Skip to content

Commit 5ec1f4e

Browse files
author
Antoine Fontaine
committed
Make error message slightly more clear
1 parent bd2e006 commit 5ec1f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/DaemonCBSE.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function(CBSE target definition output)
4545
COMMAND ${DAEMON_CBSE_PYTHON_PATH} -c "import jinja2, yaml, collections, argparse, sys, os.path, re"
4646
RESULT_VARIABLE RET)
4747
if (NOT RET EQUAL 0)
48-
message(FATAL_ERROR "Missing dependences for CBSE generation. Please ensure you have python ≥ 2, python-yaml, and python-jinja installed.
48+
message(FATAL_ERROR "Missing dependences for CBSE generation. Please ensure you have python (2 or 3) with python-yaml and python-jinja installed.
4949
Use pip install -r src/utils/cbse/requirements.txt to install")
5050
endif()
5151
set(GENERATED_CBSE ${output}/backend/CBSEBackend.cpp

0 commit comments

Comments
 (0)