| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- "C:\Program Files\JetBrains\CLion 2024.2.2\bin\cmake\win\x64\bin\cmake.exe" -DCMAKE_BUILD_TYPE=Release "-DCMAKE_MAKE_PROGRAM=C:/Program Files/JetBrains/CLion 2024.2.2/bin/ninja/win/x64/ninja.exe" -G Ninja -S C:\Users\Dream\Desktop\PQN\lib\glm -B C:\Users\Dream\Desktop\PQN\lib\glm\cmake-build-release
- CMake Warning (dev) in CMakeLists.txt:
- No project() command is present. The top-level CMakeLists.txt file must
- contain a literal, direct call to the project() command. Add a line of
- code such as
- project(ProjectName)
- near the top of the file, but after cmake_minimum_required().
- CMake is pretending there is a "project(Project)" command on the first
- line.
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) in CMakeLists.txt:
- cmake_minimum_required() should be called prior to this top-level project()
- call. Please see the cmake-commands(7) manual for usage documentation of
- both commands.
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- The C compiler identification is GNU 13.1.0
- -- The CXX compiler identification is GNU 13.1.0
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: C:/Program Files/JetBrains/CLion 2024.2.2/bin/mingw/bin/gcc.exe - skipped
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Check for working CXX compiler: C:/Program Files/JetBrains/CLion 2024.2.2/bin/mingw/bin/g++.exe - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- CMake Warning (dev) in CMakeLists.txt:
- No cmake_minimum_required command is present. A line of code such as
- cmake_minimum_required(VERSION 3.29)
- should be added at the top of the file. The version specified may be lower
- if you wish to support older CMake versions for this project. For more
- information run "cmake --help-policy CMP0000".
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Configuring done (1.1s)
- -- Generating done (0.0s)
- -- Build files have been written to: C:/Users/Dream/Desktop/PQN/lib/glm/cmake-build-release
|