summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--util/cmake/condition_simplifier_cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cmake/condition_simplifier_cache.py b/util/cmake/condition_simplifier_cache.py
index 4afd91597b..58cd5b88c5 100644
--- a/util/cmake/condition_simplifier_cache.py
+++ b/util/cmake/condition_simplifier_cache.py
@@ -113,7 +113,7 @@ def open_file_safe(file_path: str, mode: str = "r+"):
except ImportError:
print(
"The conversion script is missing a required package: portalocker. Please run "
- "python -m pip install requirements.txt to install the missing dependency."
+ "python -m pip install -r requirements.txt to install the missing dependency."
)
exit(1)