Skip to content

Commit

Permalink
No superfluous whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored Apr 18, 2024
1 parent 4446105 commit 7b63ac1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion cmake/EDM4HEPConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ include("${CMAKE_CURRENT_LIST_DIR}/EDM4HEPTargets.cmake")
# print the default "Found:" message and check library location
include(FindPackageHandleStandardArgs)
get_property(TEST_EDM4HEP_LIBRARY TARGET EDM4HEP::edm4hep PROPERTY LOCATION)

find_package_handle_standard_args(EDM4HEP DEFAULT_MSG CMAKE_CURRENT_LIST_FILE TEST_EDM4HEP_LIBRARY)
1 change: 1 addition & 0 deletions utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ set_target_properties(utils PROPERTIES OUTPUT_NAME "edm4hepUtils")
add_library(EDM4HEP::utils ALIAS utils)
target_link_libraries(utils INTERFACE kinematics)


set(sources src/dataframe.cc)
set(headers include/edm4hep/utils/dataframe.h)

Expand Down

0 comments on commit 7b63ac1

Please sign in to comment.