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 a3903e9 + 52f588a commit d3c101fCopy full SHA for d3c101f
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