Skip to content

Commit

Permalink
Update KDSME cmake options for 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Dec 11, 2024
1 parent fcac861 commit 43b6e3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 3rdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
if(GAMMARAY_WITH_KDSME)
function(add_ksme_subdirectory)
# Function creates extra scope to keep these variables local
set(BUILD_DOCS OFF)
set(BUILD_EXAMPLES OFF)
set(BUILD_TESTS OFF)
set(KDSME_DOCS OFF)
set(KDSME_EXAMPLES OFF)
set(BUILD_TESTING OFF)

set(KDSME_PACKAGE_NAME KDSME)
if(QT_VERSION_MAJOR GREATER_EQUAL 6)
set(KDSME_PACKAGE_NAME KDSME-qt6)
set(BUILD_QT6 ON)
set(KDSME_QT6 ON)
endif()
set_package_properties(
${KDSME_PACKAGE_NAME} PROPERTIES
Expand Down

0 comments on commit 43b6e3b

Please sign in to comment.