┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/cmake/FindGem.cmake
diff options
context:
space:
mode:
authorAlbert Astals Cid <[email protected]>2023-12-27 11:46:22 +0100
committerAlbert Astals Cid <[email protected]>2023-12-27 11:56:54 +0100
commit792a92befe48c9c5616ec3b578ada8b57195306f (patch)
treee25d2bea4895f761dfd999eb9da38544107fe485 /cmake/FindGem.cmake
parentacbc78f8ba8ca6ae06e0a04eb13d68f33d79824f (diff)
Fix build with cmake >= 3.28
Proposed by krop on #kde-devel Unless my bisect skills failed broken by https://gitlab.kitware.com/cmake/cmake/-/commit/ebc9e448b38378cc21a6b77df03a77d9732c24ac
Diffstat (limited to 'cmake/FindGem.cmake')
-rw-r--r--cmake/FindGem.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindGem.cmake b/cmake/FindGem.cmake
index 612268dec..5de3c51ab 100644
--- a/cmake/FindGem.cmake
+++ b/cmake/FindGem.cmake
@@ -9,7 +9,7 @@
set(FINDGEM_MODULES_DIR ${CMAKE_CURRENT_LIST_DIR})
function(find_gem GEM_NAME)
- set(GEM_PACKAGE "Gem:${GEM_NAME}")
+ set(GEM_PACKAGE "Gem_${GEM_NAME}")
configure_file(${FINDGEM_MODULES_DIR}/FindGem.cmake.in Find${GEM_PACKAGE}.cmake @ONLY)