Modify the install directories into convention.

This commit is contained in:
Haowei Hsu 2022-07-25 02:55:10 +08:00 committed by Martin Hořeňovský
parent a7dc85dd49
commit 2b0fd854e2
1 changed files with 5 additions and 1 deletions

View File

@ -359,8 +359,12 @@ if (NOT_SUBPROJECT)
Catch2WithMain
EXPORT
Catch2Targets
DESTINATION
LIBRARY DESTINATION
${CMAKE_INSTALL_LIBDIR}
ARCHIVE DESTINATION
${CMAKE_INSTALL_LIBDIR}
RUNTIME DESTINATION
${CMAKE_INSTALL_BINDIR}
)