Skip to content
Snippets Groups Projects
Commit 61a0c9be authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Minor fix in a CMake error message

See merge request !1481
parents 9269b8cb 6487a260
No related branches found
No related tags found
1 merge request!1481Minor fix in a CMake error message
Pipeline #5950760 passed
......@@ -711,7 +711,7 @@ function(gaudi_add_tests type)
if(type STREQUAL "QMTest")
if(NOT TARGET Python::Interpreter)
message(FATAL_ERROR "No python interpreter was found, call find_package(Python COMPONENT Interpreter) first.")
message(FATAL_ERROR "No python interpreter was found, call find_package(Python REQUIRED Interpreter) first.")
endif()
if(test_directory)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment