[ci,tidy] fix ci preload file

the option is named ENABLE_WARNING_VERBOSE to enable verbose warnings.
This commit is contained in:
akallabeth 2024-09-28 11:21:46 +02:00
parent aa47e58f11
commit f95f873c58
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ set (CMAKE_VERBOSE_MAKEFILE ON CACHE BOOL "preload")
set (WITH_SERVER ON CACHE BOOL "qa default")
set (WITH_SAMPLE ON CACHE BOOL "qa default")
set (WITH_VERBOSE_WINPR_ASSERT OFF CACHE BOOL "qa default")
set (WITH_VERBOSE_WARNINGS ON CACHE BOOL "preload")
set (ENABLE_WARNING_VERBOSE ON CACHE BOOL "preload")
set (BUILD_SHARED_LIBS OFF CACHE BOOL "qa default")
set (BUILD_WITH_CLANG_TIDY OFF CACHE BOOL "qa default")

View File

@ -1,6 +1,6 @@
set (BUILD_TESTING ON CACHE BOOL "qa default")
set (CMAKE_VERBOSE_MAKEFILE ON CACHE BOOL "preload")
set (WITH_VERBOSE_WARNINGS ON CACHE BOOL "preload")
set (ENABLE_WARNING_VERBOSE ON CACHE BOOL "preload")
set (WITH_MANPAGES ON CACHE BOOL "qa default")
set (WITH_SAMPLE ON CACHE BOOL "qa default")
set (WITH_SERVER ON CACHE BOOL "qa default")