15 lines
868 B
Diff
15 lines
868 B
Diff
|
diff -PpuriN openfhe-development-1.3.0-old/CMakeLists.txt openfhe-development-1.3.0-new/CMakeLists.txt
|
||
|
--- openfhe-development-1.3.0-old/CMakeLists.txt 2025-05-21 18:28:48.000000000 +0200
|
||
|
+++ openfhe-development-1.3.0-new/CMakeLists.txt 2025-06-20 12:25:04.467472837 +0200
|
||
|
@@ -547,8 +547,8 @@ set(THIRDPARTYDIR ${CMAKE_CURRENT_SOURCE
|
||
|
include_directories(${THIRDPARTYDIR}/include)
|
||
|
|
||
|
### Handle third-party CEREAL
|
||
|
-include_directories(${THIRDPARTYDIR}/cereal/include)
|
||
|
-install(DIRECTORY ${THIRDPARTYDIR}/cereal/include/ DESTINATION include/openfhe)
|
||
|
+# include_directories(${THIRDPARTYDIR}/cereal/include)
|
||
|
+# install(DIRECTORY ${THIRDPARTYDIR}/cereal/include/ DESTINATION include/openfhe)
|
||
|
|
||
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/third-party/google-test/googletest)
|
||
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/third-party/google-test/googletest/include)
|