From 5bce3177e2f4f3771d0739583904170ab22862f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20O=2E=20Cordero=20P=C3=A9rez?= Date: Thu, 2 May 2024 11:57:04 -0400 Subject: [PATCH] Update CMakeLists.txt CI is failing to locate certain test logs since this file was introduced. There is a chance that it might be because it's changing the state of BUILD_TESTS globally, affecting the general build. --- 3rdparty/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/CMakeLists.txt b/3rdparty/CMakeLists.txt index 396090bce..9892ae65d 100644 --- a/3rdparty/CMakeLists.txt +++ b/3rdparty/CMakeLists.txt @@ -12,7 +12,7 @@ if(GAMMARAY_WITH_KDSME) # Function creates extra scope to keep these variables local set(BUILD_DOCS OFF) set(BUILD_EXAMPLES OFF) - set(BUILD_TESTS OFF) + set(BUILD_TESTS ON) set(KDSME_PACKAGE_NAME KDSME) if(QT_VERSION_MAJOR GREATER_EQUAL 6)