Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit 2a0a141

Browse files
author
skmono
committed
v1.1.3
1 parent 7d76770 commit 2a0a141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ipcl.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include(ExternalProject)
55
MESSAGE(STATUS "Configuring Intel Paillier Cryptosystem Library")
66
set(IPCL_PREFIX ${CMAKE_CURRENT_BINARY_DIR}/ext_ipcl)
77
set(IPCL_GIT_REPO_URL https://github.com/intel/pailliercryptolib.git)
8-
set(IPCL_GIT_LABEL main)
8+
set(IPCL_GIT_LABEL v1.1.3)
99
set(IPCL_SRC_DIR ${IPCL_PREFIX}/src/ext_ipcl/)
1010

1111
set(IPCL_CXX_FLAGS "${IPCL_PYTHON_FORWARD_CMAKE_ARGS}")

0 commit comments

Comments
 (0)