Skip to content

Commit

Permalink
Bump KDSME to 2.0 (#1027)
Browse files Browse the repository at this point in the history
* Bump KDSME to 2.0

Draft while 2.0 isn't release yet, but we want to get CI coverage
already.

* Update KDSME cmake options for 2.0

---------

Co-authored-by: Daniele E. Domenichelli <[email protected]>
  • Loading branch information
iamsergio and drdanz authored Dec 11, 2024
1 parent 8862caf commit 33d081a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 33d081a

Please sign in to comment.