We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2535b84 commit 2f31722Copy full SHA for 2f31722
src/external/CMakeLists.txt
@@ -31,9 +31,9 @@ if( GAUXC_ENABLE_HDF5 )
31
set(HIGHFIVE_BUILD_DOCS OFF CACHE BOOL "" )
32
FetchContent_MakeAvailable( HighFive )
33
34
- target_sources( gauxc PRIVATE hdf5_write.cxx hdf5_read.cxx )
35
- target_link_libraries( gauxc PUBLIC HighFive )
36
endif()
+ target_sources( gauxc PRIVATE hdf5_write.cxx hdf5_read.cxx )
+ target_link_libraries( gauxc PUBLIC HighFive )
37
else()
38
message(WARNING "GAUXC_ENABLE_HDF5 was enabled, but HDF5 was not found, Disabling HDF5 Bindings")
39
0 commit comments