diff --git a/scripts/run_cmake.py b/scripts/run_cmake.py index 0aed602..3199a74 100755 --- a/scripts/run_cmake.py +++ b/scripts/run_cmake.py @@ -114,7 +114,6 @@ def run_cmake(projects: str, repo_path: str, config_file_path: str = None, *, dr This version works on all operating systems. """ - print(dryrun) if config_file_path is None: script_dir = os.path.dirname(__file__) config_file_path = os.path.join(script_dir, 'run_cmake_config.yaml')