Build tests for fmt conditionally (#34424)
This commit is contained in:
parent
7efcb5ae73
commit
b6d6a1ab2c
@ -106,4 +106,7 @@ def cmake_args(self):
|
|||||||
# and call to build "doc" target
|
# and call to build "doc" target
|
||||||
args.append("-DFMT_DOC=OFF")
|
args.append("-DFMT_DOC=OFF")
|
||||||
|
|
||||||
|
# Don't build tests
|
||||||
|
args.append(self.define("FMT_TEST", self.run_tests))
|
||||||
|
|
||||||
return args
|
return args
|
||||||
|
Loading…
Reference in New Issue
Block a user