Skip to content

Commit 8be3ad1

Browse files
authored
Change master branch to main in CMakeLists.txt
1 parent 0ed13b9 commit 8be3ad1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,12 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
4141
FetchContent_Declare(
4242
iganet_core
4343
GIT_REPOSITORY https://github.com/iganets/iganet.git
44+
GIT_TAG main
4445
)
4546
else()
4647
FetchContent_Declare(
4748
iganet_core
48-
URL https://github.com/iganets/iganet/archive/refs/heads/master.zip
49+
URL https://github.com/iganets/iganet/archive/refs/heads/main.zip
4950
)
5051
endif()
5152

0 commit comments

Comments
 (0)