Skip to content

Commit c9f8c96

Browse files
committed
DOC: Use main tag instead of HEAD
1 parent 76a866c commit c9f8c96

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
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.24..4.0)
1+
cmake_minimum_required(VERSION 3.24..4.2)
22

33
#
44
# Project details

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ include(FetchContent)
2626
FetchContent_Declare(
2727
databento
2828
GIT_REPOSITORY https://github.com/databento/databento-cpp
29-
GIT_TAG HEAD
29+
GIT_TAG main
3030
)
3131
FetchContent_MakeAvailable(databento)
3232

0 commit comments

Comments
 (0)