Create doc/html directory
The html directory must exist before the documentation can be built;
else, make reports the following error:
CMake Error at doc/cmake_install.cmake:31 (file):
file INSTALL cannot find "/Users/jeff/pkg/fmtlib/fmt/doc/html".
Call Stack (most recent call first):
cmake_install.cmake:33 (include)
make: *** [install] Error 1
This commit is contained in:
parent
96c28f748d
commit
6c8cec0eb8
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@ bin/
|
||||
/_CPack_Packages
|
||||
/doc/doxyxml
|
||||
/doc/html
|
||||
!/doc/html
|
||||
virtualenv
|
||||
/Testing
|
||||
/install_manifest.txt
|
||||
|
||||
0
doc/html/.gitignore
vendored
Normal file
0
doc/html/.gitignore
vendored
Normal file
Loading…
Reference in New Issue
Block a user