aboutsummaryrefslogtreecommitdiff
path: root/math/SoPlex/files/patch-CMakeLists.txt
blob: 3110dc26d27d4060757dfd6b4ef87a10ebff681b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
- Allow shared libraries by removing CMAKE_CXX_VISIBILITY_PRESET=hidden.

--- CMakeLists.txt.orig	2021-07-31 19:54:04 UTC
+++ CMakeLists.txt
@@ -68,7 +68,7 @@ set(CMAKE_MACOSX_RPATH ON)
 set(CMAKE_CXX_STANDARD 11)
 
 # set function visibility default to hidden
-set(CMAKE_CXX_VISIBILITY_PRESET hidden)
+#set(CMAKE_CXX_VISIBILITY_PRESET hidden)
 set(CMAKE_VISIBILITY_INLINES_HIDDEN 1)
 
 # create a target for updating the current git hash