Skip to content

Commit 26e7014

Browse files
committed
fix: pixi linux-64 build works on WSL
1 parent 71d5d7f commit 26e7014

File tree

3 files changed

+98
-78
lines changed

3 files changed

+98
-78
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ target_link_libraries(${BTCPP_LIBRARY}
161161
Threads::Threads
162162
${CMAKE_DL_LIBS}
163163
$<BUILD_INTERFACE:foonathan::lexy>
164+
PUBLIC
164165
${BTCPP_EXTRA_LIBRARIES}
165166
)
166167

pixi.lock

+94-76
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ test = "./build/tests/behaviortree_cpp_test"
1616
build = "mkdir -p build && cd build && cmake ../ -DCMAKE_BUILD_TYPE=Release && cmake --build . --parallel --config Release"
1717

1818
[dependencies]
19-
cmake = ">=3.28.4,<3.29"
19+
cmake = ">=3.16.3"
2020
gmock = "1.12.*"
2121
sqlite = "3.40.*"
2222
zeromq = "4.3.*"
@@ -26,4 +26,5 @@ gtest = "1.12.*"
2626
vs2022_win-64 = "19.*"
2727

2828
[target.linux-64.dependencies]
29-
gxx = "12.2.*"
29+
gxx = "13.*"
30+
make = "*"

0 commit comments

Comments
 (0)