[opengm] 36/40: cmake: apple: Removed linker flag "-undefined dynamic_lookup"

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Feb 14 16:06:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository opengm.

commit 111184d1b8cb89ae93c892d15b97ed342c201059
Author: Stuart Berg <bergs at janelia.hhmi.org>
Date:   Sun Jan 3 18:47:42 2016 -0500

    cmake: apple: Removed linker flag "-undefined dynamic_lookup"
---
 src/interfaces/python/opengm/hdf5/CMakeLists.txt       | 3 ---
 src/interfaces/python/opengm/inference/CMakeLists.txt  | 3 ---
 src/interfaces/python/opengm/opengmcore/CMakeLists.txt | 3 ---
 3 files changed, 9 deletions(-)

diff --git a/src/interfaces/python/opengm/hdf5/CMakeLists.txt b/src/interfaces/python/opengm/hdf5/CMakeLists.txt
index 638edab..f726d0c 100644
--- a/src/interfaces/python/opengm/hdf5/CMakeLists.txt
+++ b/src/interfaces/python/opengm/hdf5/CMakeLists.txt
@@ -54,9 +54,6 @@ endif(APPLE)
 if(MSVC AND NOT(MSVC_VERSION LESS 1400))
     SET_TARGET_PROPERTIES(_hdf5 PROPERTIES COMPILE_FLAGS "/bigobj")
 endif()
-if(APPLE)
-    SET_TARGET_PROPERTIES(_hdf5 PROPERTIES LINK_FLAGS "-undefined dynamic_lookup")
-endif(APPLE)
 target_link_libraries(_hdf5 ${Boost_PYTHON_LIBRARIES}  ${HDF5_LIBRARIES})
 set_target_properties(_hdf5 PROPERTIES PREFIX "")
 
diff --git a/src/interfaces/python/opengm/inference/CMakeLists.txt b/src/interfaces/python/opengm/inference/CMakeLists.txt
index c5b509d..a872295 100644
--- a/src/interfaces/python/opengm/inference/CMakeLists.txt
+++ b/src/interfaces/python/opengm/inference/CMakeLists.txt
@@ -76,9 +76,6 @@ ADD_DEFINITIONS(-DOPENGM_LPDEF_NO_SYMBOLS)
 if(MSVC AND NOT(MSVC_VERSION LESS 1400))
     SET_TARGET_PROPERTIES(_inference PROPERTIES COMPILE_FLAGS "/bigobj")
 endif()
-if(APPLE)
-    SET_TARGET_PROPERTIES(_inference PROPERTIES LINK_FLAGS "-undefined dynamic_lookup")
-endif(APPLE)
 
 
 if(LINK_RT)
diff --git a/src/interfaces/python/opengm/opengmcore/CMakeLists.txt b/src/interfaces/python/opengm/opengmcore/CMakeLists.txt
index e70955e..b0e8ad0 100644
--- a/src/interfaces/python/opengm/opengmcore/CMakeLists.txt
+++ b/src/interfaces/python/opengm/opengmcore/CMakeLists.txt
@@ -74,9 +74,6 @@ endif(APPLE)
 if(MSVC AND NOT(MSVC_VERSION LESS 1400))
     SET_TARGET_PROPERTIES(_opengmcore PROPERTIES COMPILE_FLAGS "/bigobj")
 endif()
-if(APPLE)
-    SET_TARGET_PROPERTIES(_opengmcore PROPERTIES LINK_FLAGS "-undefined dynamic_lookup")
-endif(APPLE)
 
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opengm.git



More information about the debian-science-commits mailing list