Skip to content

Commit 3c63c85

Browse files
committed
use a git hash when fetching the util library in CMakeLists.txt
1 parent 2f4104c commit 3c63c85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ include(FetchContent)
137137
FetchContent_Declare(
138138
hurchalla_util
139139
GIT_REPOSITORY https://github.com/hurchalla/util.git
140-
GIT_TAG master
140+
GIT_TAG 9163344ee69f21a21cb8928dd30fc2ff15e94f0c
141141
)
142142
FetchContent_MakeAvailable(hurchalla_util)
143143
target_link_libraries(hurchalla_factoring

test/EnableMaxWarnings.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ else()
9999
-Wno-c++20-extensions -Wctad-maybe-unsupported
100100
-Wextra-semi-stmt -Wformat-type-confusion
101101
-Wimplicit-int-float-conversion -Wmisexpect
102-
-Wpoison-system-directories -Wnon-modular-include-in-module
102+
-Wnon-modular-include-in-module
103103
-Wquoted-include-in-framework-header -Wsuspicious-memaccess)
104104
endif()
105105

0 commit comments

Comments
 (0)