Skip to content

Commit

Permalink
Building with a recent compiler fails due incompatible expected libra…
Browse files Browse the repository at this point in the history
…ry (BehaviorTree#833)

* >Fixes build with newer clang/gcc

* >Fixes build with newer clang/gcc

* conditional build of sample nodes

* using current head version for testing

* moved to v0.8.0
  • Loading branch information
psyinf authored Jun 24, 2024
1 parent 52d6d8d commit b8277b7
Show file tree
Hide file tree
Showing 3 changed files with 3,558 additions and 2,538 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,9 @@ message( STATUS "BTCPP_LIB_DESTINATION: ${BTCPP_LIB_DESTINATION} " )
message( STATUS "BTCPP_INCLUDE_DESTINATION: ${BTCPP_INCLUDE_DESTINATION} " )
message( STATUS "BTCPP_UNIT_TESTS: ${BTCPP_UNIT_TESTS} " )

if (BTCPP_UNIT_TESTS OR BTCPP_EXAMPLES)
add_subdirectory(sample_nodes)
endif()

######################################################

Expand Down
Loading

0 comments on commit b8277b7

Please sign in to comment.