Skip to content

Commit

Permalink
Suppressing output from qpOASES to console.
Browse files Browse the repository at this point in the history
  • Loading branch information
airballking committed Sep 2, 2015
1 parent f8b09be commit 0073425
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ catkin_package(

include_directories(include)

#
# suppress any printline output from qpOASES
#
add_definitions(-D__SUPPRESSANYOUTPUT__)

#
# building qpOASES LIBRARY
#
Expand Down

0 comments on commit 0073425

Please sign in to comment.