Skip to content

Commit 165c158

Browse files
Addresses issue #487
See also response by Craig Scott at https://gitlab.kitware.com/cmake/cmake/-/issues/20636 asserting that having COMPONENT after INCLUDES DESTINATION is "malformed". (cherry picked from commit 6c207ae)
1 parent 2c8898c commit 165c158

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PlayRho/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,11 @@ if(PLAYRHO_INSTALL)
130130
# install libraries
131131
install(TARGETS PlayRho
132132
EXPORT PlayRho-targets
133+
COMPONENT Library
133134
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
134135
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
135136
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
136137
INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
137-
COMPONENT Library
138138
)
139139

140140
# install build system hooks for third-party apps

0 commit comments

Comments
 (0)