Skip to content

Commit

Permalink
Guard the campaign example so it gets compiled only if adios2 builds …
Browse files Browse the repository at this point in the history
…the campaign engine (#3969)
  • Loading branch information
anagainaru authored Dec 24, 2023
1 parent 3c33ef5 commit 17c2bd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ add_subdirectory(hello)
add_subdirectory(plugins)
add_subdirectory(simulations)
add_subdirectory(useCases)
add_subdirectory(campaign)
if(ADIOS2_USE_Campaign)
add_subdirectory(campaign)
endif()

0 comments on commit 17c2bd0

Please sign in to comment.