Skip to content

Commit

Permalink
Remove HDF5 from CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
zykure committed Apr 14, 2021
1 parent 679f1b6 commit 5642006
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ project( Kasper )

# Silently try to find major dependencies. This list is not be complete!
# (Somehow, CMake behaves better if this is done in the root scope before adding modules...)
#find_package(Boost QUIET)
find_package(HDF5 COMPONENTS CXX QUIET)
find_package(MPI QUIET)
#find_package(Boost COMPONENTS QUIET)
#find_package(HDF5 COMPONENTS CXX QUIET)
#find_package(ROOT QUIET)
find_package(MPI QUIET)
find_package(VTK QUIET)

set( BUILD_SHARED_LIBS ON )
Expand Down

0 comments on commit 5642006

Please sign in to comment.