Skip to content

Commit 031e128

Browse files
authored
Update CMakeLists.txt
1 parent 16f39ed commit 031e128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if(APPLE)
1414
set(CMAKE_CXX_VISIBILITY_PRESET default)
1515
endif()
1616

17-
find_package(OpenFHE 1.1.3 REQUIRED)
17+
find_package(OpenFHE 1.2.0 REQUIRED)
1818
find_package(pybind11 REQUIRED)
1919

2020
set( CMAKE_CXX_FLAGS ${OpenFHE_CXX_FLAGS} )

0 commit comments

Comments
 (0)