Skip to content

Commit

Permalink
changed the library version of the tests to 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
parsanoori authored and kimlaine committed Jun 13, 2024
1 parent 1a5676d commit 75dcf82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions native/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

cmake_minimum_required(VERSION 3.13)

project(SEALTest VERSION 4.1.1 LANGUAGES CXX C)
project(SEALTest VERSION 4.1.2 LANGUAGES CXX C)

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

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

# Must define these variables and include macros
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${OUTLIB_PATH})
Expand Down

0 comments on commit 75dcf82

Please sign in to comment.