blob: b393b96887aba4b0b83ac9f58688ad6d5836bd2d (
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 2022-01-19 13:02:23 UTC
+++ CMakeLists.txt
@@ -71,7 +71,7 @@ set(CMAKE_MACOSX_RPATH ON)
set(CMAKE_CXX_STANDARD 14)
# 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
|