diff options
| author | Albert Astals Cid <[email protected]> | 2023-12-27 11:46:22 +0100 |
|---|---|---|
| committer | Albert Astals Cid <[email protected]> | 2023-12-27 11:56:54 +0100 |
| commit | 792a92befe48c9c5616ec3b578ada8b57195306f (patch) | |
| tree | e25d2bea4895f761dfd999eb9da38544107fe485 /cmake | |
| parent | acbc78f8ba8ca6ae06e0a04eb13d68f33d79824f (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')
| -rw-r--r-- | cmake/FindGem.cmake | 2 |
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) |
