Lines Matching refs:run_cmake
16 from zcmake import DEFAULT_CMAKE_GENERATOR, run_cmake, run_build, CMakeCache
88 self.run_cmake = False
241 self.run_cmake = True
248 self.run_cmake = True
250 self.run_cmake = True
464 self.run_cmake = True
528 self.run_cmake = True
557 self.run_cmake = True # If they insist, we need to re-run cmake.
589 self.run_cmake = True
607 if not self.run_cmake:
654 run_cmake(final_cmake_args, dry_run=self.args.dry_run)
670 run_cmake(cmake_args, cwd=self.build_dir, dry_run=self.args.dry_run)
675 elif self.run_cmake: