Skip to content

Commit

Permalink
Add module to properly find AliceGridUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Jun 19, 2024
1 parent bde774e commit 37c0a56
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dependencies/FindAliceGridUtils.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
include(FindPackageHandleStandardArgs)
find_path(ALICE_GRID_UTILS_INCLUDE_DIR "TAliceCollection.h"
PATH_SUFFIXES "include"
HINTS "${ALICE_GRID_UTILS_ROOT}")
#get_filename_component(ALICE_GRID_UTILS_INCLUDE_DIR ${ALICE_GRID_UTILS_INCLUDE_DIR} DIRECTORY)
find_package_handle_standard_args(AliceGridUtils DEFAULT_MSG ALICE_GRID_UTILS_INCLUDE_DIR)
include_directories(${ALICE_GRID_UTILS_INCLUDE_DIR})

0 comments on commit 37c0a56

Please sign in to comment.