Skip to content

Commit

Permalink
CMakeLists.txt: link fmt and range-v3 privately.
Browse files Browse the repository at this point in the history
  • Loading branch information
rturrado committed Mar 19, 2024
1 parent fad4ebf commit 3494441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ target_include_directories(
PUBLIC ${TREE_GEN_LIB_PUBLIC_INCLUDE}
)
target_link_libraries(tree-gen-lib-obj
fmt::fmt
range-v3::range-v3
PRIVATE fmt::fmt
PRIVATE range-v3::range-v3
)

# Set variables at possible parent projects.
Expand Down

0 comments on commit 3494441

Please sign in to comment.