| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- "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 -B E:\project\c\libpeer-main\cmake-build-debug
- CMake Error at CMakeLists.txt:3 (include):
- include could not find requested file:
- E:/project/c/libpeer-main/third_party/coreHTTP/httpFilePaths.cmake
- CMake Error at CMakeLists.txt:4 (include):
- include could not find requested file:
- E:/project/c/libpeer-main/third_party/coreMQTT/mqttFilePaths.cmake
- -- The C compiler identification is GNU 11.2.0
- -- The CXX compiler identification is GNU 11.2.0
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: D:/Program Files/JetBrains/CLion 2023.1.4/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: D:/Program Files/JetBrains/CLion 2023.1.4/bin/mingw/bin/g++.exe - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- CMake Error at D:/Program Files/JetBrains/CLion 2023.1.4/bin/cmake/win/x64/share/cmake-3.25/Modules/ExternalProject.cmake:3115 (message):
- No download info given for 'cjson' and its source directory:
- E:/project/c/libpeer-main/third_party/cJSON
- is not an existing non-empty directory. Please specify one of:
- * SOURCE_DIR with an existing non-empty directory
- * DOWNLOAD_COMMAND
- * URL
- * GIT_REPOSITORY
- * SVN_REPOSITORY
- * HG_REPOSITORY
- * CVS_REPOSITORY and CVS_MODULE
- Call Stack (most recent call first):
- D:/Program Files/JetBrains/CLion 2023.1.4/bin/cmake/win/x64/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
- CMakeLists.txt:70 (ExternalProject_Add)
- -- Configuring incomplete, errors occurred!
- See also "E:/project/c/libpeer-main/cmake-build-debug/CMakeFiles/CMakeOutput.log".
|