Skip to content

Commit

Permalink
updated the example's CMakeLists library version to 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
parsanoori authored and kimlaine committed Jul 10, 2024
1 parent 3a05feb commit 8d1ade0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions native/examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@

cmake_minimum_required(VERSION 3.13)

project(SEALExamples VERSION 4.1.1 LANGUAGES CXX)
project(SEALExamples VERSION 4.1.2 LANGUAGES CXX)

set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

# If not called from root CMakeLists.txt
if(NOT DEFINED SEAL_BUILD_EXAMPLES)
set(SEAL_BUILD_EXAMPLES ON)

# Import Microsoft SEAL
find_package(SEAL 4.1.1 EXACT REQUIRED)
find_package(SEAL 4.1.2 EXACT REQUIRED)

set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/bin)
endif()
Expand Down

0 comments on commit 8d1ade0

Please sign in to comment.