1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-05 08:33:53 +01:00

Synchronize CMake install target with original

This commit is contained in:
Leland Lucius
2020-04-24 23:59:11 -05:00
parent 2b24220315
commit 06c36f7fe6
4 changed files with 9 additions and 3 deletions

View File

@@ -162,7 +162,7 @@ macro( bld name packages define sources )
set_target_properties( ${name}
PROPERTIES
LIBRARY_OUTPUT_DIRECTORY "${_LIBDIR}"
LIBRARY_OUTPUT_DIRECTORY "${_DESTDIR}/${_LIBDIR}"
PREFIX ""
)