Skip to content

Commit

Permalink
fix: link mdframe target to boost
Browse files Browse the repository at this point in the history
  • Loading branch information
program-- committed Aug 21, 2023
1 parent 6d5c227 commit be8ffd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/mdframe/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit be8ffd1

Please sign in to comment.