Fix blenderplayer build after OpenMP changes.
This commit is contained in:
@@ -979,14 +979,13 @@ elseif(APPLE)
|
|||||||
blenderplayer.app/Contents/
|
blenderplayer.app/Contents/
|
||||||
)
|
)
|
||||||
|
|
||||||
if(WITH_OPENMP AND CMAKE_C_COMPILER_ID MATCHES "Clang" AND NOT ${CMAKE_C_COMPILER_VERSION} VERSION_LESS '3.4')
|
if(WITH_OPENMP AND OPENMP_CUSTOM)
|
||||||
install(
|
install(
|
||||||
FILES ${LIBDIR}/openmp/lib/libiomp5.dylib
|
FILES ${LIBDIR}/openmp/lib/libomp.dylib
|
||||||
DESTINATION blenderplayer.app/Contents/Resources/lib/
|
DESTINATION blenderplayer.app/Contents/Resources/lib
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
||||||
# python
|
# python
|
||||||
if(WITH_PYTHON AND NOT WITH_PYTHON_FRAMEWORK)
|
if(WITH_PYTHON AND NOT WITH_PYTHON_FRAMEWORK)
|
||||||
# Copy the python libs into the install directory
|
# Copy the python libs into the install directory
|
||||||
|
Reference in New Issue
Block a user