Skip to content

Commit 7c8239a

Browse files
committed
buil(cmake): update install dependencies
1 parent 9a2902e commit 7c8239a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ target_link_libraries(${PROJECT_NAME} INTERFACE fmt::fmt range-v3::range-v3
3434
verbose_message("Successfully added all dependencies and linked against them.")
3535

3636
target_install(${PROJECT_NAME} COMPATIBILITY SameMajorVersion DEPENDENCIES
37-
fmt;ctre;range-v3)
37+
fmt;ctre;range-v3;nameof)
3838

3939
install(FILES cmake/Utils.cmake
4040
DESTINATION ${${PROJECT_NAME}_INSTALL_CMAKEDIR}/stdsharp)

0 commit comments

Comments
 (0)