1234567891011121314151617181920212223 |
- D:\Software\CLion\bin\cmake\win\bin\cmake.exe -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - MinGW Makefiles" D:\Project\CPP\IntellegentGate
- -- 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: D:/Project/CPP/mingw64-msvcrt/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: D:/Project/CPP/mingw64-msvcrt/bin/g++.exe - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- CMake Error at D:/Software/CLion/bin/cmake/win/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:218 (message):
- Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR)
- Call Stack (most recent call first):
- D:/Software/CLion/bin/cmake/win/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:582 (_FPHSA_FAILURE_MESSAGE)
- D:/Software/CLion/bin/cmake/win/share/cmake-3.19/Modules/FindCURL.cmake:171 (find_package_handle_standard_args)
- CMakeLists.txt:10 (find_package)
- -- Configuring incomplete, errors occurred!
- See also "D:/Project/CPP/IntellegentGate/cmake-build-debug/CMakeFiles/CMakeOutput.log".
|