Skip to content

Commit

Permalink
Merge pull request #345 from scottaiton/fix_hdf5_config_header_cmake
Browse files Browse the repository at this point in the history
Fix fclaw_config.h generation in cmake
  • Loading branch information
scottaiton authored Jul 17, 2024
2 parents e0840b2 + d79aed4 commit 0e9fe63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ set(FCLAW_HAVE_UNISTD_H ${P4EST_HAVE_UNISTD_H} CACHE BOOL "Have unistd.h")

set(FCLAW_PACKAGE \"${PROJECT_NAME}\")

if(TARGET HDF5::HDF5)
if(FCLAW_ENABLE_HDF5)
set(FCLAW_WITH_HDF5 1)
endif()

Expand Down

0 comments on commit 0e9fe63

Please sign in to comment.