-
Notifications
You must be signed in to change notification settings - Fork 85
Installing nmos cpp with source code yields an error #434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It seems that CMake is not finding the You could verify that it is in the file system; it should be found in the Then make sure that CMake is being run from the correct directory as per the Getting Started instructions: cd <home-dir>/nmos-cpp/Development
mkdir build
cd build
cmake .. \
-DCMAKE_BUILD_TYPE:STRING="<Debug-or-Release>" \
-DCMAKE_PROJECT_TOP_LEVEL_INCLUDES:STRING="third_party/cmake/conan_provider.cmake"
make |
Use the following instructions to perform compilation, but the result is as follows
gule@gule-VirtualBox:
What a headache inducing problem |
The location of your CMake expects it to be in the relative location The absolute location for you would therefore be |
CMake Error: CMAKE_PROJECT_TOP_LEVEL_INCLUDES file does not exist: third_party/cmake/conan_provider.cmake
CMake Error at CMakeLists.txt:16 (enable_language):
Language 'CXX' is currently being enabled. Recursive call not allowed.
-- Configuring incomplete, errors occurred!
See also "/home/gule/nmos-cpp/Development/CMakeFiles/CMakeOutput.log".
2 The configuration of the cmake configuration file CMakeLists.txt is as follows:
Can you give me some advice?
The text was updated successfully, but these errors were encountered: