jgaa/restc-cpp

Can't build the program

Pixel147 opened this issue · 0 comments

[variant] Loaded new set of variants
[kit] Successfully loaded 1 kits from C:\Users\kanal\AppData\Local\CMakeTools\cmake-tools-kits.json
[proc] Executing command: C:\MinGW\bin\mingw32-gcc.exe -v
[main] Configuring folder: build
[proc] Executing command: "C:\Program Files\CMake\bin\cmake.EXE" --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_BUILD_TYPE:STRING=Debug -DCMAKE_C_COMPILER:FILEPATH=C:\MinGW\bin\mingw32-gcc.exe -DCMAKE_CXX_COMPILER:FILEPATH=C:\MinGW\bin\mingw32-g++.exe -Hc:/Users/kanal/Desktop/restc-cpp-master/build -Bc:/Users/kanal/Desktop/restc-cpp-master/build/build -G "MinGW Makefiles"
[cmake] Not searching for unused variables given on the command line.
[cmake] -- The C compiler identification is GNU 6.3.0
[cmake] -- The CXX compiler identification is GNU 6.3.0
[cmake] -- Detecting C compiler ABI info
[cmake] -- Detecting C compiler ABI info - done
[cmake] -- Check for working C compiler: C:/MinGW/bin/mingw32-gcc.exe - skipped
[cmake] -- Detecting C compile features
[cmake] -- Detecting C compile features - done
[cmake] -- Detecting CXX compiler ABI info
[cmake] -- Detecting CXX compiler ABI info - done
[cmake] -- Check for working CXX compiler: C:/MinGW/bin/mingw32-g++.exe - skipped
[cmake] -- Detecting CXX compile features
[cmake] -- Detecting CXX compile features - done
[cmake] CMake Error at CMakeLists.txt:4 (find_package):
[cmake] By not providing "Findrestc-cpp.cmake" in CMAKE_MODULE_PATH this project
[cmake] has asked CMake to find a package configuration file provided by
[cmake] "restc-cpp", but CMake did not find one.
[cmake]
[cmake] Could not find a package configuration file provided by "restc-cpp" with
[cmake] any of the following names:
[cmake]
[cmake] restc-cppConfig.cmake
[cmake] restc-cpp-config.cmake
[cmake]
[cmake] Add the installation prefix of "restc-cpp" to CMAKE_PREFIX_PATH or set
[cmake] "restc-cpp_DIR" to a directory containing one of the above files. If
[cmake] "restc-cpp" provides a separate development package or SDK, be sure it has
[cmake] been installed.
[cmake]
[cmake]
[cmake] -- Configuring incomplete, errors occurred!
[cmake] See also "C:/Users/kanal/Desktop/restc-cpp-master/build/build/CMakeFiles/CMakeOutput.log".