mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 04:07:11 +02:00
fix name of soxr lib for windows
This commit is contained in:
parent
66756308a4
commit
016ef2b243
1 changed files with 1 additions and 1 deletions
2
cmake/externals/soxr/CMakeLists.txt
vendored
2
cmake/externals/soxr/CMakeLists.txt
vendored
|
@ -19,7 +19,7 @@ string(TOUPPER ${EXTERNAL_NAME} EXTERNAL_NAME_UPPER)
|
|||
set(${EXTERNAL_NAME_UPPER}_INCLUDE_DIRS ${INSTALL_DIR}/include CACHE TYPE STRING)
|
||||
|
||||
if (WIN32)
|
||||
set(${EXTERNAL_NAME_UPPER}_LIBRARIES ${INSTALL_DIR}/lib/libsoxr.lib CACHE TYPE STRING)
|
||||
set(${EXTERNAL_NAME_UPPER}_LIBRARIES ${INSTALL_DIR}/lib/soxr.lib CACHE TYPE STRING)
|
||||
elseif (APPLE)
|
||||
set(${EXTERNAL_NAME_UPPER}_LIBRARIES ${INSTALL_DIR}/lib/libsoxr.dylib CACHE TYPE STRING)
|
||||
else ()
|
||||
|
|
Loading…
Reference in a new issue