Merge pull request #56391 from matthewbauer/cmake-treewide

Add more CMake flags
This commit is contained in:
Matthew Bauer
2019-03-11 12:43:46 -04:00
committed by GitHub
20 changed files with 14 additions and 30 deletions
@@ -19,7 +19,6 @@ let
cmakeFlags =
(args.cmakeFlags or [])
++ [
"-DBUILD_TESTING=OFF"
("-DCMAKE_BUILD_TYPE=" + (if debug then "Debug" else "Release"))
];