Skip to content

Commit c3b9f7a

Browse files
committed
build(cmake): specify dependencies on install
1 parent e2fcf6a commit c3b9f7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ target_install(
4343
INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include
4444
INCLUDE_DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
4545
COMPATIBILITY SameMajorVersion
46+
DEPENDENCIES fmt;ctre;range-v3
4647
)
4748

4849
install(

0 commit comments

Comments
 (0)