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 e39a0b1 commit 1b55c8fCopy full SHA for 1b55c8f
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