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".
  • Loading branch information
louis-langholtz committed Jun 18, 2023
1 parent 2db57cd commit 9383689
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 @@ -141,11 +141,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 9383689

Please sign in to comment.