Skip to content

Commit db36f2e

Browse files
committed
Remove LIB_SUFFIX reference
1 parent f1e6ccc commit db36f2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/Macros.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ macro(csfml_add_library target)
8181

8282
# add the install rule
8383
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)
84+
RUNTIME COMPONENT bin
85+
LIBRARY COMPONENT bin
86+
ARCHIVE COMPONENT devel)
8787

8888
# define CSFML_STATIC if the build type is not set to 'shared'
8989
if(NOT BUILD_SHARED_LIBS)

0 commit comments

Comments
 (0)