Skip to content

Commit

Permalink
remove more debugging stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 12, 2024
1 parent c157984 commit 8809c72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/*"
Expand Down Expand Up @@ -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
)

Expand Down

0 comments on commit 8809c72

Please sign in to comment.