clion-log.txt 1.3 KB

1234567891011121314151617181920212223
  1. D:\Software\CLion\bin\cmake\win\bin\cmake.exe -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - MinGW Makefiles" D:\Project\CPP\IntellegentGate
  2. -- The C compiler identification is GNU 13.1.0
  3. -- The CXX compiler identification is GNU 13.1.0
  4. -- Detecting C compiler ABI info
  5. -- Detecting C compiler ABI info - done
  6. -- Check for working C compiler: D:/Project/CPP/mingw64-msvcrt/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:/Project/CPP/mingw64-msvcrt/bin/g++.exe - skipped
  12. -- Detecting CXX compile features
  13. -- Detecting CXX compile features - done
  14. CMake Error at D:/Software/CLion/bin/cmake/win/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:218 (message):
  15. Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR)
  16. Call Stack (most recent call first):
  17. D:/Software/CLion/bin/cmake/win/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:582 (_FPHSA_FAILURE_MESSAGE)
  18. D:/Software/CLion/bin/cmake/win/share/cmake-3.19/Modules/FindCURL.cmake:171 (find_package_handle_standard_args)
  19. CMakeLists.txt:10 (find_package)
  20. -- Configuring incomplete, errors occurred!
  21. See also "D:/Project/CPP/IntellegentGate/cmake-build-debug/CMakeFiles/CMakeOutput.log".