Skip to content

Commit

Permalink
fix: find_package Microsoft.GSL
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Oct 4, 2023
1 parent 1903a79 commit ad97536
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ find_package(podio REQUIRED)
find_package(EDM4HEP REQUIRED)
find_package(EDM4EIC 2.1 REQUIRED)

# Guidelines Support Library
find_package(Microsoft.GSL CONFIG)

# Remove PODIO_JSON_OUTPUT (ref: https://github.com/AIDASoft/podio/issues/475)
get_target_property(EDM4HEP_INTERFACE_COMPILE_DEFINITIONS EDM4HEP::edm4hep INTERFACE_COMPILE_DEFINITIONS)
if(EDM4HEP_INTERFACE_COMPILE_DEFINITIONS)
Expand Down

0 comments on commit ad97536

Please sign in to comment.