Skip to content

Commit 02a9400

Browse files
committed
Minor update to demo doc generation.
1 parent 3316a4c commit 02a9400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ endif ()
44

55
find_package (Doxygen)
66
if (DOXYGEN_FOUND)
7-
set (doc_output_dir "${DOC_INSTALL_DIR}/demo")
7+
set (doc_output_dir "${CMAKE_INSTALL_PREFIX}/${DOC_INSTALL_DIR}/comms")
88
make_directory (${doc_output_dir})
99

1010
set (match_str "OUTPUT_DIRECTORY[^\n]*")

0 commit comments

Comments
 (0)