From be8ffd1de035d0d66ae6a966f056815ae996118c Mon Sep 17 00:00:00 2001 From: program-- Date: Mon, 21 Aug 2023 09:45:36 -0700 Subject: [PATCH] fix: link mdframe target to boost --- src/utilities/mdframe/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utilities/mdframe/CMakeLists.txt b/src/utilities/mdframe/CMakeLists.txt index b6b02995e9..a4bd75e49d 100644 --- a/src/utilities/mdframe/CMakeLists.txt +++ b/src/utilities/mdframe/CMakeLists.txt @@ -1,4 +1,4 @@ add_library(mdframe handler_csv.cpp handler_netcdf.cpp) add_library(NGen::mdframe ALIAS mdframe) target_include_directories(mdframe PUBLIC ${PROJECT_SOURCE_DIR}/include/utilities) -target_link_libraries(mdframe PRIVATE NGen::mdarray) +target_link_libraries(mdframe PRIVATE NGen::mdarray Boost::boost)