Skip to content

Commit

Permalink
Address @ChristopherHogan review about adding version to CMake.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Jul 26, 2022
1 parent 9ef8762 commit 85f52fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ endif()
#-----------------------------------------------------------------------------
include(CTest)
if(CMAKE_PROJECT_NAME STREQUAL HERMES AND BUILD_TESTING)
find_package(Catch2 REQUIRED)
find_package(Catch2 3.0.1 REQUIRED)
find_program(IOR_EXE ior)
if(IOR_EXE)
message(STATUS "Found ior at ${IOR_EXE}")
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Hermes is a heterogeneous-aware, multi-tiered, dynamic, and distributed I/O buff
* MPI (tested with MPICH `3.3.2` and OpenMPI `4.0.3`). Note: The MPI-IO adapter
only supports MPICH. If you don't need the MPI-IO adapter you can use OpenMPI,
but you must define the CMake variable `HERMES_ENABLE_MPIIO_ADAPTER=OFF`.
* The [Catch2](https://github.com/catchorg/Catch2) testing framework (only required if built with `-DBUILD_TESTING=ON`; tested with `3.0.1`)

* The [Catch2](https://github.com/catchorg/Catch2) testing framework
(only required if built with `-DBUILD_TESTING=ON`; tested with `3.0.1`)
## Building

### Spack
Expand Down

0 comments on commit 85f52fd

Please sign in to comment.