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

Minor fix in a CMake error message

parent 9269b8cb
No related branches found
No related tags found
1 merge request!1481Minor fix in a CMake error message
Pipeline #5950619 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