From 4f817e3a081b320dd35450c2e2ef6424ca57a9b7 Mon Sep 17 00:00:00 2001 From: tmadlener Date: Wed, 26 Jun 2024 20:32:35 +0200 Subject: [PATCH] Make sure to use the correct project name for downstream users --- cmake/k4SimGeant4Config.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/k4SimGeant4Config.cmake b/cmake/k4SimGeant4Config.cmake index b86cff8..9088b62 100644 --- a/cmake/k4SimGeant4Config.cmake +++ b/cmake/k4SimGeant4Config.cmake @@ -8,4 +8,4 @@ find_dependency(k4FWCore REQUIRED) include("${CMAKE_CURRENT_LIST_DIR}/k4SimGeant4Targets.cmake") include(FindPackageHandleStandardArgs) -find_package_handle_standard_args(k4Gen DEFAULT_MSG CMAKE_CURRENT_LIST_FILE) +find_package_handle_standard_args(k4SimGeant4 DEFAULT_MSG CMAKE_CURRENT_LIST_FILE)