From 8809c72edd8e02f71f9d3625c44c705327106521 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Thu, 12 Dec 2024 10:34:28 -0800 Subject: [PATCH] remove more debugging stuff --- cpp/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 17dacc9027..e1dc798565 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -181,6 +181,7 @@ target_include_directories( # associate headers with the target, so other projects can install just the # headers via 'install(TARGETS raft)` +# TODO(jameslamb): remove commented-out stuff file( GLOB_RECURSE _raft_headers #"${CMAKE_CURRENT_SOURCE_DIR}/include/*" @@ -407,9 +408,9 @@ include(CPack) message(STATUS "--- using jameslamb/raft ---") install( TARGETS raft - EXPORT raft-exports DESTINATION ${lib_dir} COMPONENT raft + EXPORT raft-exports FILE_SET raft_headers )