Skip to content

Commit

Permalink
Merge pull request #254 from husarion/ros2-liblely-disable-debug-logs
Browse files Browse the repository at this point in the history
ROS 2 disable liblely debug logs
  • Loading branch information
KmakD authored Mar 26, 2024
2 parents b952d80 + 29b59fe commit d94d475
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions panther_hardware_interfaces/cmake/SuperBuild.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ ExternalProject_Add(
GIT_TAG v2.3.3
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/ep_liblely
CONFIGURE_COMMAND autoreconf -i <SOURCE_DIR>
COMMAND <SOURCE_DIR>/configure --prefix=<INSTALL_DIR> --disable-python
--disable-tests --disable-static
COMMAND
env CFLAGS=-DNDEBUG CXXFLAGS=-DNDEBUG <SOURCE_DIR>/configure
--prefix=<INSTALL_DIR> --disable-python --disable-tests --disable-static
BUILD_COMMAND $(MAKE) -C <BINARY_DIR>
INSTALL_COMMAND make install INSTALL_PREFIX=<INSTALL_DIR>)

Expand Down

0 comments on commit d94d475

Please sign in to comment.