-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into 562-detailed-trajectory-information-writer
- Loading branch information
Showing
269 changed files
with
5,206 additions
and
5,030 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# - Locate FastJet library | ||
# Defines: | ||
# | ||
# FASTJET_FOUND | ||
# FASTJET_INCLUDE_DIR | ||
# FASTJET_INCLUDE_DIRS (not cached) | ||
# FASTJET_LIBRARY | ||
# FASTJET_LIBRARIES (not cached) | ||
# FASTJET_LIBRARY_DIRS (not cached) | ||
|
||
find_path(FASTJET_INCLUDE_DIR fastjet/version.hh | ||
HINTS $ENV{FASTJET_ROOT}/include ${FASTJET_ROOT_DIR}/include) | ||
|
||
find_library(FASTJET_LIBRARY NAMES fastjet | ||
HINTS $ENV{FASTJET_ROOT}/lib ${FASTJET_ROOT_DIR}/lib) | ||
|
||
# handle the QUIETLY and REQUIRED arguments and set FASTJET_FOUND to TRUE if | ||
# all listed variables are TRUE | ||
INCLUDE(FindPackageHandleStandardArgs) | ||
FIND_PACKAGE_HANDLE_STANDARD_ARGS(FastJet DEFAULT_MSG FASTJET_INCLUDE_DIR FASTJET_LIBRARY) | ||
|
||
mark_as_advanced(FASTJET_FOUND FASTJET_INCLUDE_DIR FASTJET_LIBRARY) | ||
|
||
set(FASTJET_INCLUDE_DIRS ${FASTJET_INCLUDE_DIR}) | ||
set(FASTJET_LIBRARIES ${FASTJET_LIBRARY}) | ||
get_filename_component(FASTJET_LIBRARY_DIRS ${FASTJET_LIBRARY} PATH) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.