Skip to content

Commit

Permalink
Fix build errors on macOS (#950)
Browse files Browse the repository at this point in the history
* Fix minor build issues

* Smarter json usage
  • Loading branch information
stognini authored Sep 21, 2023
1 parent 5cce51c commit 1596c76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/celer-g4/TimerOutput.hh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//---------------------------------------------------------------------------//
#pragma once

#include <unordered_map>
#include <vector>
#include <G4Event.hh>

Expand Down
1 change: 1 addition & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ celeritas_add_library(testcel_harness
target_compile_features(testcel_harness PUBLIC cxx_std_14)
celeritas_target_link_libraries(testcel_harness
PUBLIC Celeritas::corecel GTest::GTest
PRIVATE ${nlohmann_json_LIBRARIES}
)
celeritas_target_include_directories(testcel_harness
PUBLIC
Expand Down

0 comments on commit 1596c76

Please sign in to comment.