Revert "Avoid mapping BUILD_TESTING to QT_BUILD_TESTS"
This reverts commit e3ecabad22
.
Reason for revert: This breaks the CTest internal switches. So it's better to disable testing directly in submodule.
Change-Id: Ia93dc3bb0a3a34021c8e2d6c3d292e3a4909bef5
Reviewed-by: Amir Masoud Abdol <amir.abdol@qt.io>
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
d1d80d7be5
commit
0a27f4030e
@ -233,6 +233,7 @@ if(QT_BUILD_STANDALONE_TESTS)
|
|||||||
set(QT_BUILD_TESTS_BY_DEFAULT ON CACHE BOOL
|
set(QT_BUILD_TESTS_BY_DEFAULT ON CACHE BOOL
|
||||||
"Should tests be built as part of the default 'all' target." FORCE)
|
"Should tests be built as part of the default 'all' target." FORCE)
|
||||||
endif()
|
endif()
|
||||||
|
set(BUILD_TESTING ${QT_BUILD_TESTS} CACHE INTERNAL "")
|
||||||
|
|
||||||
if (WASM)
|
if (WASM)
|
||||||
set(_qt_batch_tests ON)
|
set(_qt_batch_tests ON)
|
||||||
|
Loading…
Reference in New Issue
Block a user