clion-Release-log.txt 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. "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
  2. CMake Warning (dev) in CMakeLists.txt:
  3. No project() command is present. The top-level CMakeLists.txt file must
  4. contain a literal, direct call to the project() command. Add a line of
  5. code such as
  6. project(ProjectName)
  7. near the top of the file, but after cmake_minimum_required().
  8. CMake is pretending there is a "project(Project)" command on the first
  9. line.
  10. This warning is for project developers. Use -Wno-dev to suppress it.
  11. CMake Warning (dev) in CMakeLists.txt:
  12. cmake_minimum_required() should be called prior to this top-level project()
  13. call. Please see the cmake-commands(7) manual for usage documentation of
  14. both commands.
  15. This warning is for project developers. Use -Wno-dev to suppress it.
  16. -- The C compiler identification is GNU 13.1.0
  17. -- The CXX compiler identification is GNU 13.1.0
  18. -- Detecting C compiler ABI info
  19. -- Detecting C compiler ABI info - done
  20. -- Check for working C compiler: C:/Program Files/JetBrains/CLion 2024.2.2/bin/mingw/bin/gcc.exe - skipped
  21. -- Detecting C compile features
  22. -- Detecting C compile features - done
  23. -- Detecting CXX compiler ABI info
  24. -- Detecting CXX compiler ABI info - done
  25. -- Check for working CXX compiler: C:/Program Files/JetBrains/CLion 2024.2.2/bin/mingw/bin/g++.exe - skipped
  26. -- Detecting CXX compile features
  27. -- Detecting CXX compile features - done
  28. CMake Warning (dev) in CMakeLists.txt:
  29. No cmake_minimum_required command is present. A line of code such as
  30. cmake_minimum_required(VERSION 3.29)
  31. should be added at the top of the file. The version specified may be lower
  32. if you wish to support older CMake versions for this project. For more
  33. information run "cmake --help-policy CMP0000".
  34. This warning is for project developers. Use -Wno-dev to suppress it.
  35. -- Configuring done (1.1s)
  36. -- Generating done (0.0s)
  37. -- Build files have been written to: C:/Users/Dream/Desktop/PQN/lib/glm/cmake-build-release