You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I think CmakeList.txt file has been removed, and "cmake .." returns
CMake Error at CMakeLists.txt:28 (find_package):
By not providing "Findoatpp.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "oatpp", but
CMake did not find one.
Could not find a package configuration file provided by "oatpp" (requested
version 1.3.0) with any of the following names:
oatppConfig.cmake
oatpp-config.cmake
Add the installation prefix of "oatpp" to CMAKE_PREFIX_PATH or set
"oatpp_DIR" to a directory containing one of the above files. If "oatpp"
provides a separate development package or SDK, be sure it has been
installed.
-- Configuring incomplete, errors occurred!
See also "/home/n/Dropbox/robot/opencv/oat/oatpp/CMakeFiles/CMakeOutput.log"
The text was updated successfully, but these errors were encountered:
Please install each of oatpp modules separately.
Most probably they haven't installed - please check if you get something like "access denied" or some permission error when running make install.
In this case you'll just have to run make install command with sudo - sudo make install
Hi,
I think CmakeList.txt file has been removed, and "cmake .." returns
The text was updated successfully, but these errors were encountered: