We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f37a95 commit 6a09f9cCopy full SHA for 6a09f9c
CMakeLists_catkin.txt
@@ -29,10 +29,6 @@ add_definitions(-DLIBQI_VERSION=${naoqi_libqi_VERSION_MAJOR}${naoqi_libqi_VERSIO
29
30
catkin_package(LIBRARIES naoqi_driver_module naoqi_driver)
31
32
-if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX)
33
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror=deprecated-declarations")
34
-endif()
35
-
36
include_directories( include ${catkin_INCLUDE_DIRS})
37
38
# create the different libraries
0 commit comments