mirror of
https://github.com/catchorg/Catch2.git
synced 2025-04-16 14:54:46 +02:00
Fix priority
This commit is contained in:
parent
48772027ea
commit
73b5c7eed3
@ -42,7 +42,7 @@ if(USE_WMAIN)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (BUILD_TESTING AND CATCH_BUILD_TESTING AND NOT_SUBPROJECT)
|
if (BUILD_TESTING AND CATCH_BUILD_TESTING AND NOT_SUBPROJECT)
|
||||||
find_package(Python3 COMPONENTS Interpreter)
|
find_package(Python COMPONENTS Interpreter)
|
||||||
if (NOT Python_Interpreter_FOUND)
|
if (NOT Python_Interpreter_FOUND)
|
||||||
message(FATAL_ERROR "Python not found, but required for tests")
|
message(FATAL_ERROR "Python not found, but required for tests")
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user