mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 21:33:00 +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")
|
||||
elseif (APPLE)
|
||||
set(LIBRARY_EXT "a")
|
||||
set(LIBRARY_PREFIX "lib")
|
||||
|
||||
if (CMAKE_GENERATOR STREQUAL "Unix Makefiles")
|
||||
set(LIBRARY_PREFIX "lib")
|
||||
set(LIBRARY_DEBUG_PATH "build")
|
||||
set(LIBRARY_RELEASE_PATH "build")
|
||||
else ()
|
||||
set(LIBRARY_PREFIX "")
|
||||
endif ()
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue