48 lines
2.5 KiB
Plaintext
48 lines
2.5 KiB
Plaintext
"C:\Program Files\JetBrains\CLion 2024.3.5\bin\cmake\win\x64\bin\cmake.exe" -DCMAKE_BUILD_TYPE=Debug "-DCMAKE_MAKE_PROGRAM=C:/Program Files/JetBrains/CLion 2024.3.5/bin/ninja/win/x64/ninja.exe" -G Ninja -S C:\Users\elise\Programmieren_3b -B C:\Users\elise\Programmieren_3b\cmake-build-debug
|
|
CMake Deprecation Warning at cmake-build-debug/_deps/raylib-src/CMakeLists.txt:1 (cmake_minimum_required):
|
|
Compatibility with CMake < 3.10 will be removed from a future version of
|
|
CMake.
|
|
|
|
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
|
|
to tell CMake that the project requires at least <min> but has been updated
|
|
to work with policies introduced by <max> or earlier.
|
|
|
|
|
|
-- Testing if -Werror=pointer-arith can be used -- compiles
|
|
-- Testing if -Werror=implicit-function-declaration can be used -- compiles
|
|
-- Testing if -fno-strict-aliasing can be used -- compiles
|
|
-- Using raylib's GLFW
|
|
-- Including Win32 support
|
|
-- Audio Backend: miniaudio
|
|
-- Building raylib static library
|
|
-- Generated build type: Debug
|
|
-- Compiling with the flags:
|
|
-- PLATFORM=PLATFORM_DESKTOP
|
|
-- GRAPHICS=GRAPHICS_API_OPENGL_33
|
|
CMake Deprecation Warning at cmake-build-debug/_deps/pybind11-src/CMakeLists.txt:8 (cmake_minimum_required):
|
|
Compatibility with CMake < 3.10 will be removed from a future version of
|
|
CMake.
|
|
|
|
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
|
|
to tell CMake that the project requires at least <min> but has been updated
|
|
to work with policies introduced by <max> or earlier.
|
|
|
|
|
|
-- pybind11 v2.11.1
|
|
CMake Warning (dev) at cmake-build-debug/_deps/pybind11-src/tools/FindPythonLibsNew.cmake:98 (find_package):
|
|
Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
|
|
are removed. Run "cmake --help-policy CMP0148" for policy details. Use
|
|
the cmake_policy command to set the policy and suppress this warning.
|
|
|
|
Call Stack (most recent call first):
|
|
cmake-build-debug/_deps/pybind11-src/tools/pybind11Tools.cmake:50 (find_package)
|
|
cmake-build-debug/_deps/pybind11-src/tools/pybind11Common.cmake:188 (include)
|
|
cmake-build-debug/_deps/pybind11-src/CMakeLists.txt:210 (include)
|
|
This warning is for project developers. Use -Wno-dev to suppress it.
|
|
|
|
-- pybind11::lto disabled (problems with undefined symbols for MinGW for now)
|
|
-- pybind11::thin_lto disabled (problems with undefined symbols for MinGW for now)
|
|
-- Configuring done (7.2s)
|
|
-- Generating done (0.3s)
|
|
-- Build files have been written to: C:/Users/elise/Programmieren_3b/cmake-build-debug
|