We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3316a4c commit 02a9400Copy full SHA for 02a9400
demo/CMakeLists.txt
@@ -4,7 +4,7 @@ endif ()
4
5
find_package (Doxygen)
6
if (DOXYGEN_FOUND)
7
- set (doc_output_dir "${DOC_INSTALL_DIR}/demo")
+ set (doc_output_dir "${CMAKE_INSTALL_PREFIX}/${DOC_INSTALL_DIR}/comms")
8
make_directory (${doc_output_dir})
9
10
set (match_str "OUTPUT_DIRECTORY[^\n]*")
0 commit comments