Skip to content

Commit

Permalink
Vendored headers installed to include/JANA/external
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwbrei committed Aug 2, 2024
1 parent c8c9614 commit 8e16f9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/jana-generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ def build_plugin_test(plugin_name, copy_catch_hpp=True, dir="."):

if copy_catch_hpp:
files_to_copy = {"catch.hpp": {"sourcedir": "src/external",
"installdir": "include/external",
"installdir": "include/JANA/external",
"destname": dir+"/catch.hpp"}}
copy_from_source_dir(files_to_copy)

Expand All @@ -960,7 +960,7 @@ def build_jeventprocessor_test(processor_name, is_mini=True, copy_catch_hpp=True

if copy_catch_hpp:
files_to_copy = {"catch.hpp": {"sourcedir": "src/external",
"installdir": "include/external",
"installdir": "include/JANA/external",
"destname": dir+"/catch.hpp"}}
copy_from_source_dir(files_to_copy)

Expand Down
2 changes: 1 addition & 1 deletion src/programs/unit_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ if (${USE_PODIO})
endif()

install(TARGETS jana-unit-tests DESTINATION bin)
install(FILES ../../external/catch.hpp DESTINATION include/external)
install(FILES ../../external/catch.hpp DESTINATION include/JANA/external)

0 comments on commit 8e16f9f

Please sign in to comment.