mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Cmake tests: Amend 353295e4
Prevent also the command-line setting of LYX_ENABLE_VALGRIND_TESTS for the cmake versions < 3.17
This commit is contained in:
parent
353295e499
commit
278c26b1a6
@ -141,6 +141,8 @@ LYX_OPTION(ENABLE_EXPORT_TESTS "Enable for export tests" OFF ALL)
|
||||
LYX_OPTION(ENABLE_KEYTESTS "Enable for keytests" OFF ALL)
|
||||
if (NOT CMAKE_VERSION VERSION_LESS "3.17")
|
||||
LYX_OPTION(ENABLE_VALGRIND_TESTS "Enable for tests involving valgrind" OFF ALL)
|
||||
else()
|
||||
unset(LYX_ENABLE_VALGRIND_TESTS CACHE)
|
||||
endif()
|
||||
LYX_OPTION(ASAN "Use address sanitizer" OFF ALL)
|
||||
#LYX_COMBO(USE_FILEDIALOG "Use native or QT file dialog" QT NATIVE)
|
||||
|
Loading…
Reference in New Issue
Block a user