We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I use cmake to install APIRL in Ubuntu: mkdir build cd build sudo cmake .. sudo cmake --build . --target install --config release
The following error has occurred:
################## ........ [100%] Built target generateSystemMatrix Install the project... -- Install configuration: "" CMake Error at cmake_install.cmake:49 (file): file INSTALL cannot find "../apirl-master/build/doc/html".
Makefile:84: recipe for target 'install' failed make: *** [install] Error 1 ###################
and the bin directory didn't appear in ../build
Thanks.
The text was updated successfully, but these errors were encountered:
Hello, This is a bug. Please create the doc folder manually with mkdir and try again.
Martin
Sorry, something went wrong.
Hello, This is a bug. Please create the doc folder manually with mkdir and try again. Martin
It works, thank you for your help🙂
No branches or pull requests
When I use cmake to install APIRL in Ubuntu:
mkdir build
cd build
sudo cmake ..
sudo cmake --build . --target install --config release
The following error has occurred:
##################
........
[100%] Built target generateSystemMatrix
Install the project...
-- Install configuration: ""
CMake Error at cmake_install.cmake:49 (file):
file INSTALL cannot find
"../apirl-master/build/doc/html".
Makefile:84: recipe for target 'install' failed
make: *** [install] Error 1
###################
and the bin directory didn't appear in ../build
Thanks.
The text was updated successfully, but these errors were encountered: