Skip to content

Commit

Permalink
Addresses issue #487
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
louis-langholtz committed Jun 18, 2023
1 parent 2c8898c commit 165c158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlayRho/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@ if(PLAYRHO_INSTALL)
# install libraries
install(TARGETS PlayRho
EXPORT PlayRho-targets
COMPONENT Library
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
COMPONENT Library
)

# install build system hooks for third-party apps
Expand Down

0 comments on commit 165c158

Please sign in to comment.