Skip to content

Commit 1a22d0d

Browse files
committed
use a particular git tag for fetching modular arith lib in CMakeLists.txt
1 parent 3c63c85 commit 1a22d0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ endif()
2525
# testing when testing options have been set to ON.
2626
if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
2727
option(TEST_HURCHALLA_FACTORING
28-
"Build the tests for the Hurchalla modular arithmetic library project."
28+
"Build the tests for the Hurchalla factoring library project."
2929
ON)
3030
if(TEST_HURCHALLA_FACTORING)
3131
enable_testing()
@@ -147,7 +147,7 @@ target_link_libraries(hurchalla_factoring
147147
FetchContent_Declare(
148148
modular_arithmetic
149149
GIT_REPOSITORY https://github.com/hurchalla/modular_arithmetic.git
150-
GIT_TAG master
150+
GIT_TAG cb5e74a154dc665ffd50ab04348677e596dd362a
151151
)
152152
FetchContent_MakeAvailable(modular_arithmetic)
153153
target_link_libraries(hurchalla_factoring

0 commit comments

Comments
 (0)