Skip to content

Commit

Permalink
more commented-out cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 18, 2024
1 parent 93f906f commit 18b049a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 18b049a

Please sign in to comment.