Skip to content

Commit

Permalink
Make sure to use the correct project name for downstream users (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored Jul 27, 2024
1 parent 176b728 commit e570489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/k4SimGeant4Config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit e570489

Please sign in to comment.