Skip to content

Commit d3c101f

Browse files
authored
Merge pull request #121 from openfheorg/dev
Updates main using dev (macOS fix)
2 parents a3903e9 + 52f588a commit d3c101f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ set(OPENFHE_PYTHON_VERSION ${OPENFHE_PYTHON_VERSION_MAJOR}.${OPENFHE_PYTHON_VERS
1010
set(CMAKE_CXX_STANDARD 17)
1111
option( BUILD_STATIC "Set to ON to include static versions of the library" OFF)
1212

13+
if(APPLE)
14+
set(CMAKE_CXX_VISIBILITY_PRESET default)
15+
endif()
16+
1317
find_package(OpenFHE 1.1.3 REQUIRED)
1418
find_package(pybind11 REQUIRED)
1519

0 commit comments

Comments
 (0)