Skip to content

Commit

Permalink
Set versions for deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed May 27, 2024
1 parent 7b60ae9 commit 975caf9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
10 changes: 5 additions & 5 deletions src/tests/src/libs/antares/writer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
add_executable(test-writer test_writer.cpp)

target_link_libraries(test-writer
PRIVATE
Boost::unit_test_framework
Antares::result_writer
test_utils_unit
MINIZIP::minizip-ng
PRIVATE
Boost::unit_test_framework
Antares::result_writer
test_utils_unit
MINIZIP::minizip
)

set_target_properties(test-writer PROPERTIES FOLDER Unit-tests/test-writer)
Expand Down
8 changes: 6 additions & 2 deletions src/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "antares-simulator",
"version-string": "9.1.0",
"builtin-baseline": "9484a57dd560b89f0a583be08af6753611c57fd5",
"vcpkg-configuration": {
"overlay-triplets": [
"./triplets"
Expand All @@ -12,13 +13,16 @@
"platform": "windows"
},
{
"name": "boost-test"
"name": "boost-test",
"version>=": "1.81.0"
},
{
"name": "boost-algorithm"
"name": "boost-algorithm",
"version>=": "1.81.0"
},
{
"name": "minizip-ng",
"version>=": "4.0.0",
"default-features": false,
"features": [
"zlib"
Expand Down

0 comments on commit 975caf9

Please sign in to comment.