Skip to content

Commit

Permalink
Merge pull request #340 from HDFGroup/chogan/no_gotcha
Browse files Browse the repository at this point in the history
Turn gotcha off by default
  • Loading branch information
ChristopherHogan committed Feb 4, 2022
2 parents 2b6b17b + 1a257fb commit fdab0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ endif()
# Build options
#------------------------------------------------------------------------------
option(BUILD_SHARED_LIBS "Build with shared libraries." ON)
option(HERMES_INTERCEPT_IO "Use GOTCHA as IO interception tool" ON)
option(HERMES_INTERCEPT_IO "Use GOTCHA as IO interception tool" OFF)
option(HERMES_COMMUNICATION_MPI "Use MPI as the communication layer." ON)
option(HERMES_ENABLE_DOXYGEN "Enable hermes documentation." OFF)
option(HERMES_BUILD_BUFFER_POOL_VISUALIZER "Build the BufferPool visualizer" OFF)
Expand Down

0 comments on commit fdab0b5

Please sign in to comment.