We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9aee274 + 3371981 commit 52f588aCopy full SHA for 52f588a
CMakeLists.txt
@@ -10,6 +10,10 @@ set(OPENFHE_PYTHON_VERSION ${OPENFHE_PYTHON_VERSION_MAJOR}.${OPENFHE_PYTHON_VERS
10
set(CMAKE_CXX_STANDARD 17)
11
option( BUILD_STATIC "Set to ON to include static versions of the library" OFF)
12
13
+if(APPLE)
14
+ set(CMAKE_CXX_VISIBILITY_PRESET default)
15
+endif()
16
+
17
find_package(OpenFHE 1.1.3 REQUIRED)
18
find_package(pybind11 REQUIRED)
19
0 commit comments