From 18b049a95c2ac024de6bd024e7ccefa6da7fd38b Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 18 Dec 2024 09:39:52 -0600 Subject: [PATCH] more commented-out cmake --- cpp/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 1110614..a4eecbd 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -290,8 +290,6 @@ foreach(file IN LISTS WHOLEGRAPH_PUBLIC_HEADERS) string(JOIN "/" out_path "include" ${file_out_}) install(FILES "${WHOLEGRAPH_INCLUDE_DIR}/${file}" DESTINATION "${out_path}") - #install(FILES "${WHOLEGRAPH_INCLUDE_DIR}/${file}" - # DESTINATION "${file}") endforeach() rapids_cmake_install_lib_dir( lib_dir ) @@ -329,7 +327,7 @@ rapids_export( DOCUMENTATION doc_string FINAL_CODE_BLOCK code_string) - ################################################################################ +################################################################################ # - make documentation --------------------------------------------------------- # requires doxygen and graphviz to be installed # from build directory, run make doxygen