mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Modify the install directories into convention.
This commit is contained in:
parent
a7dc85dd49
commit
2b0fd854e2
@ -359,8 +359,12 @@ if (NOT_SUBPROJECT)
|
|||||||
Catch2WithMain
|
Catch2WithMain
|
||||||
EXPORT
|
EXPORT
|
||||||
Catch2Targets
|
Catch2Targets
|
||||||
DESTINATION
|
LIBRARY DESTINATION
|
||||||
${CMAKE_INSTALL_LIBDIR}
|
${CMAKE_INSTALL_LIBDIR}
|
||||||
|
ARCHIVE DESTINATION
|
||||||
|
${CMAKE_INSTALL_LIBDIR}
|
||||||
|
RUNTIME DESTINATION
|
||||||
|
${CMAKE_INSTALL_BINDIR}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user