mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:47:11 +02:00
fix for faceshift library name on OS X
This commit is contained in:
parent
1a10d2eb72
commit
718e994050
1 changed files with 1 additions and 3 deletions
4
cmake/externals/faceshift/CMakeLists.txt
vendored
4
cmake/externals/faceshift/CMakeLists.txt
vendored
|
@ -29,13 +29,11 @@ if (WIN32)
|
||||||
set(LIBRARY_EXT "lib")
|
set(LIBRARY_EXT "lib")
|
||||||
elseif (APPLE)
|
elseif (APPLE)
|
||||||
set(LIBRARY_EXT "a")
|
set(LIBRARY_EXT "a")
|
||||||
|
set(LIBRARY_PREFIX "lib")
|
||||||
|
|
||||||
if (CMAKE_GENERATOR STREQUAL "Unix Makefiles")
|
if (CMAKE_GENERATOR STREQUAL "Unix Makefiles")
|
||||||
set(LIBRARY_PREFIX "lib")
|
|
||||||
set(LIBRARY_DEBUG_PATH "build")
|
set(LIBRARY_DEBUG_PATH "build")
|
||||||
set(LIBRARY_RELEASE_PATH "build")
|
set(LIBRARY_RELEASE_PATH "build")
|
||||||
else ()
|
|
||||||
set(LIBRARY_PREFIX "")
|
|
||||||
endif ()
|
endif ()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue