Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Cuperino authored May 2, 2024
1 parent 38f489c commit 5bce317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5bce317

Please sign in to comment.