┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/cmake/FindGem.cmake
diff options
context:
space:
mode:
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)