diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 8b51134..9ba4b44 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -182,4 +182,4 @@ install(DIRECTORY DESTINATION "${CMAKE_INSTALL_PREFIX}/${DOC_INSTALL_DIR}" ) -endif(build_doc) +endif() |