Skip to content

Commit

Permalink
Fix yaml-cpp target warning (#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 authored Jul 2, 2024
1 parent f921a5b commit e866666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/benders/benders_core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ target_link_libraries (benders_core
output_core
solvers
${JSONCPP_LIB}
yaml-cpp
yaml-cpp::yaml-cpp
)

add_library (${PROJECT_NAME}::benders_core ALIAS benders_core)

0 comments on commit e866666

Please sign in to comment.