Commit de740dac authored by Doak, Peter W.'s avatar Doak, Peter W.
Browse files

fixing build issue revealed on summit

parent af153cc0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# HDF5

add_library(dca_hdf5 STATIC hdf5_reader.cpp hdf5_writer.cpp)
target_include_directories(dca_hdf5 PUBLIC ${HDF5_INCLUDE_DIRS})
target_include_directories(dca_hdf5 PUBLIC hdf5::hdf5 hdf5::hdf5_cpp)
target_link_libraries(dca_hdf5 PUBLIC ${DCA_LIBS} hdf5::hdf5 hdf5::hdf5_cpp)

message("CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN : ${CMAKE_CXX_STANDARD_LIBRARIES}")
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ dca_add_gtest(vector_cpu_gpu_test
dca_add_gtest(vector_gpu_test
              GTEST_MAIN
              CUDA
              LIBS ${DCA_LIBS})
              LIBS ${DCA_LIBS} gpu_utils)

dca_add_gtest(matrix_cpu_test GTEST_MAIN LIBS ${DCA_LIBS})