clion-Debug-log.txt 1.4 KB

1234567891011121314151617181920212223242526
  1. "D:\Program Files\JetBrains\CLion 2023.1.4\bin\cmake\win\x64\bin\cmake.exe" -DCMAKE_BUILD_TYPE=Debug "-DCMAKE_MAKE_PROGRAM=D:/Program Files/JetBrains/CLion 2023.1.4/bin/ninja/win/x64/ninja.exe" -G Ninja -S E:\project\c\libpeer-main\examples -B E:\project\c\libpeer-main\examples\cmake-build-debug
  2. -- The C compiler identification is GNU 11.2.0
  3. -- The CXX compiler identification is GNU 11.2.0
  4. -- Detecting C compiler ABI info
  5. -- Detecting C compiler ABI info - done
  6. -- Check for working C compiler: D:/Program Files/JetBrains/CLion 2023.1.4/bin/mingw/bin/gcc.exe - skipped
  7. -- Detecting C compile features
  8. -- Detecting C compile features - done
  9. -- Detecting CXX compiler ABI info
  10. -- Detecting CXX compiler ABI info - done
  11. -- Check for working CXX compiler: D:/Program Files/JetBrains/CLion 2023.1.4/bin/mingw/bin/g++.exe - skipped
  12. -- Detecting CXX compile features
  13. -- Detecting CXX compile features - done
  14. CMake Warning (dev) in CMakeLists.txt:
  15. No cmake_minimum_required command is present. A line of code such as
  16. cmake_minimum_required(VERSION 3.25)
  17. should be added at the top of the file. The version specified may be lower
  18. if you wish to support older CMake versions for this project. For more
  19. information run "cmake --help-policy CMP0000".
  20. This warning is for project developers. Use -Wno-dev to suppress it.
  21. -- Configuring done
  22. -- Generating done
  23. -- Build files have been written to: E:/project/c/libpeer-main/examples/cmake-build-debug