File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,18 @@ class G2tmpl(CMakePackage):
18
18
maintainers ("edwardhartnett" , "AlexanderRichert-NOAA" , "Hang-Lei-NOAA" )
19
19
20
20
version ("develop" , branch = "develop" )
21
+ version ("1.11.0" , sha256 = "00fde3b37c6b4d1f0eaf60f230159298ffcb47349a076c3bd6afa20c7ed791a9" )
21
22
version ("1.10.2" , sha256 = "4063361369f3691f75288c801fa9d1a2414908b7d6c07bbf69d4165802e2a7fc" )
22
23
version ("1.10.1" , sha256 = "0be425e5128fabb89915a92261aa75c27a46a3e115e00c686fc311321e5d1e2a" )
23
24
version ("1.10.0" , sha256 = "dcc0e40b8952f91d518c59df7af64e099131c17d85d910075bfa474c8822649d" )
24
25
25
26
variant ("shared" , default = False , description = "Build shared library" )
26
27
27
28
def cmake_args (self ):
28
- args = [self .define_from_variant ("BUILD_SHARED_LIBS" , "shared" )]
29
+ args = [
30
+ self .define_from_variant ("BUILD_SHARED_LIBS" , "shared" ),
31
+ self .define ("BUILD_TESTING" , self .run_tests ),
32
+ ]
29
33
return args
30
34
31
35
def check (self ):
You can’t perform that action at this time.
0 commit comments