Skip to content

Commit 5dc02ca

Browse files
committed
cmake: add missing LIBRARY DESTINATION in install targets
1 parent 037a612 commit 5dc02ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ set(TARGETS_EXPORT_NAME "${PROJECT_NAME}Targets")
6868

6969
install(TARGETS ${PROJECT_NAME}
7070
EXPORT ${TARGETS_EXPORT_NAME}
71+
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
7172
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
7273
)
7374

0 commit comments

Comments
 (0)