Loading src/io/hdf5/CMakeLists.txt +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}") Loading test/unit/linalg/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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}) Loading Loading
src/io/hdf5/CMakeLists.txt +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}") Loading
test/unit/linalg/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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}) Loading