File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -91,33 +91,33 @@ target_compile_options(fmt PRIVATE $<$<CXX_COMPILER_ID:IntelLLVM>:-Wno-tautologi
91
91
external_dependency(itertools
92
92
GIT_REPO https://github.com/TRIQS/itertools
93
93
VERSION 1.3
94
- GIT_TAG unstable
94
+ GIT_TAG 1.3.x
95
95
)
96
96
97
97
# -- mpi --
98
98
external_dependency(mpi
99
99
GIT_REPO https://github.com/TRIQS/mpi
100
100
VERSION 1.3
101
- GIT_TAG unstable
101
+ GIT_TAG 1.3.x
102
102
)
103
103
104
104
# -- h5 --
105
105
external_dependency(h5
106
106
GIT_REPO https://github.com/TRIQS/h5
107
107
VERSION 1.3
108
- GIT_TAG unstable
108
+ GIT_TAG 1.3.x
109
109
)
110
110
111
111
# -- nda --
112
112
external_dependency(nda
113
113
GIT_REPO https://github.com/TRIQS/nda
114
114
VERSION 1.3
115
- GIT_TAG unstable
115
+ GIT_TAG 1.3.x
116
116
)
117
117
118
118
# -- cppdlr --
119
119
external_dependency(cppdlr
120
120
GIT_REPO https://github.com/flatironinstitute/cppdlr
121
121
VERSION 1.1
122
- GIT_TAG main
122
+ GIT_TAG 1.1.x
123
123
)
You can’t perform that action at this time.
0 commit comments