File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ endif()
2525# testing when testing options have been set to ON.
2626if (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
147147FetchContent_Declare(
148148 modular_arithmetic
149149 GIT_REPOSITORY https://github.com/hurchalla/modular_arithmetic.git
150- GIT_TAG master
150+ GIT_TAG cb5e74a154dc665ffd50ab04348677e596dd362a
151151)
152152FetchContent_MakeAvailable(modular_arithmetic)
153153target_link_libraries (hurchalla_factoring
You can’t perform that action at this time.
0 commit comments