Closed dmiklic closed 7 years ago
Invoking
make make install
fails with
Install the project... -- Install configuration: "" CMake Error at cmake_install.cmake:36 (file): file INSTALL cannot find "/home/damjan/devel/enki/build-release/html". Makefile:61: recipe for target 'install' failed
Running make doc after make enables a successful make install.
make doc
make
make install
Observed on Ubuntu 16.04.
Fixed in commit 85f3c21.
Invoking
fails with
Running
make doc
aftermake
enables a successfulmake install
.Observed on Ubuntu 16.04.