Skip to content

Commit 71ebae2

Browse files
authored
Set a fixed cpp_bindgen version for GT v1.1.0 (#1365)
1 parent e942ea0 commit 71ebae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ include(FetchContent)
4040
FetchContent_Declare(
4141
cpp_bindgen
4242
GIT_REPOSITORY https://github.com/GridTools/cpp_bindgen.git
43-
GIT_TAG master
43+
GIT_TAG v1.0.0
4444
)
4545
# Enable legacy mode for CPP_BINDGEN for users of GT 1.0
4646
# TODO remove in GT 2.0

0 commit comments

Comments
 (0)