We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed13b9 commit 8be3ad1Copy full SHA for 8be3ad1
1 file changed
CMakeLists.txt
@@ -41,11 +41,12 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
41
FetchContent_Declare(
42
iganet_core
43
GIT_REPOSITORY https://github.com/iganets/iganet.git
44
+ GIT_TAG main
45
)
46
else()
47
48
- URL https://github.com/iganets/iganet/archive/refs/heads/master.zip
49
+ URL https://github.com/iganets/iganet/archive/refs/heads/main.zip
50
51
endif()
52
0 commit comments