We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2902e commit 7c8239aCopy full SHA for 7c8239a
CMakeLists.txt
@@ -34,7 +34,7 @@ target_link_libraries(${PROJECT_NAME} INTERFACE fmt::fmt range-v3::range-v3
34
verbose_message("Successfully added all dependencies and linked against them.")
35
36
target_install(${PROJECT_NAME} COMPATIBILITY SameMajorVersion DEPENDENCIES
37
- fmt;ctre;range-v3)
+ fmt;ctre;range-v3;nameof)
38
39
install(FILES cmake/Utils.cmake
40
DESTINATION ${${PROJECT_NAME}_INSTALL_CMAKEDIR}/stdsharp)
0 commit comments