mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-06 09:03:51 +01:00
Fix mixup of vamp-sdk release and debug libraries
There were two problems: 1. The vamp-sdk vcpkg port added a `d` suffix for debug builds that upstream did not. 2. The vamp-sdk vcpkg port used the same file name for libraries on every OS but that is not what upstream does. Signed-off-by: Be <be@mixxx.org>
This commit is contained in:
@@ -50,7 +50,9 @@ find_path(VampHostSDK_INCLUDE_DIR
|
|||||||
mark_as_advanced(VampHostSDK_INCLUDE_DIR)
|
mark_as_advanced(VampHostSDK_INCLUDE_DIR)
|
||||||
|
|
||||||
find_library(VampHostSDK_LIBRARY
|
find_library(VampHostSDK_LIBRARY
|
||||||
NAMES vamp-hostsdk
|
# The library has different file names on Windows (VampHostSDK) compared
|
||||||
|
# to Linux and macOS (vamp-hostsdk).
|
||||||
|
NAMES vamp-hostsdk VampHostSDK
|
||||||
PATHS ${PC_VampHostSDK_LIBRARY_DIRS}
|
PATHS ${PC_VampHostSDK_LIBRARY_DIRS}
|
||||||
DOC "VampHostSDK library"
|
DOC "VampHostSDK library"
|
||||||
)
|
)
|
||||||
|
|||||||
2
vcpkg
2
vcpkg
Submodule vcpkg updated: f8d74b5224...9c84b39700
Reference in New Issue
Block a user