Skip to content

Commit

Permalink
Merge pull request #43 from sfogerty/cmake_Heffte_case
Browse files Browse the repository at this point in the history
case change Heffte
  • Loading branch information
junghans authored May 2, 2020
2 parents c0a972f + 136851b commit 6126509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CajitaConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR} ${CMAKE_MODULE_PATH})
find_package(MPI REQUIRED)
find_package(Kokkos 3 REQUIRED)
find_package(HYPRE)
find_package(HEFFTE)
find_package(Heffte)

include("${CMAKE_CURRENT_LIST_DIR}/CajitaTargets.cmake")
check_required_components(Cajita)

0 comments on commit 6126509

Please sign in to comment.