Skip to content

Commit

Permalink
Modify the install directories into convention.
Browse files Browse the repository at this point in the history
  • Loading branch information
hwhsu1231 authored and horenmar committed Jul 25, 2022
1 parent a7dc85d commit 2b0fd85
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/CMakeLists.txt
Expand Up @@ -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}
)


Expand Down

0 comments on commit 2b0fd85

Please sign in to comment.