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.
LIB_SUFFIX
1 parent f1e6ccc commit db36f2eCopy full SHA for db36f2e
cmake/Macros.cmake
@@ -81,9 +81,9 @@ macro(csfml_add_library target)
81
82
# add the install rule
83
install(TARGETS ${target}
84
- RUNTIME DESTINATION bin COMPONENT bin
85
- LIBRARY DESTINATION lib${LIB_SUFFIX} COMPONENT bin
86
- ARCHIVE DESTINATION lib${LIB_SUFFIX} COMPONENT devel)
+ RUNTIME COMPONENT bin
+ LIBRARY COMPONENT bin
+ ARCHIVE COMPONENT devel)
87
88
# define CSFML_STATIC if the build type is not set to 'shared'
89
if(NOT BUILD_SHARED_LIBS)
0 commit comments