CMake: use set_and_warn_incompatible macro

This commit is contained in:
Campbell Barton 2023-10-07 19:28:36 +11:00
parent 1054b9721e
commit d2d654407f

@ -1522,13 +1522,8 @@ endif()
# -----------------------------------------------------------------------------
# Configure Python
if(WITH_PYTHON_MODULE)
# Not currently supported due to different required Python link flags.
if(WITH_GTESTS)
message(STATUS "GTests not compatible with Python module, disabling WITH_GTESTS")
set(WITH_GTESTS OFF)
endif()
endif()
# Not currently supported due to different required Python link flags.
set_and_warn_incompatible(WITH_PYTHON_MODULE WITH_GTESTS OFF)
# -----------------------------------------------------------------------------