mirror of
https://github.com/NGSolve/netgen.git
synced 2025-05-19 00:30:48 +05:00
enable "undefined dynamic-lookup"
This commit is contained in:
parent
14416417e8
commit
a18cce4d02
@ -224,9 +224,9 @@ else(WIN32)
|
|||||||
# build shared libraries
|
# build shared libraries
|
||||||
set(NG_LIB_TYPE SHARED)
|
set(NG_LIB_TYPE SHARED)
|
||||||
endif(WIN32)
|
endif(WIN32)
|
||||||
if(APPLE AND NOT BUILD_WITH_CONDA)
|
if(APPLE)
|
||||||
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -undefined dynamic_lookup")
|
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -undefined dynamic_lookup")
|
||||||
endif(APPLE AND NOT BUILD_WITH_CONDA)
|
endif(APPLE)
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
if(NOT ZLIB_INCLUDE_DIRS)
|
if(NOT ZLIB_INCLUDE_DIRS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user