Skip to content

Commit

Permalink
fix: pixi linux-64 build works on WSL
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-p committed Mar 21, 2024
1 parent 71d5d7f commit 26e7014
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 78 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ target_link_libraries(${BTCPP_LIBRARY}
Threads::Threads
${CMAKE_DL_LIBS}
$<BUILD_INTERFACE:foonathan::lexy>
PUBLIC
${BTCPP_EXTRA_LIBRARIES}
)

Expand Down
170 changes: 94 additions & 76 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test = "./build/tests/behaviortree_cpp_test"
build = "mkdir -p build && cd build && cmake ../ -DCMAKE_BUILD_TYPE=Release && cmake --build . --parallel --config Release"

[dependencies]
cmake = ">=3.28.4,<3.29"
cmake = ">=3.16.3"
gmock = "1.12.*"
sqlite = "3.40.*"
zeromq = "4.3.*"
Expand All @@ -26,4 +26,5 @@ gtest = "1.12.*"
vs2022_win-64 = "19.*"

[target.linux-64.dependencies]
gxx = "12.2.*"
gxx = "13.*"
make = "*"

0 comments on commit 26e7014

Please sign in to comment.