Skip to content

Commit

Permalink
Remove settings_keys.h from qt4_wrap_cpp to suppress warning
Browse files Browse the repository at this point in the history
There are no QT-wrappable classes in this header, so the QT build emits a
warning that it's doing nothing on the file. Since it's doing nothing,
we might as well remove the file from the wrapper macro.
  • Loading branch information
evenator committed May 28, 2016
1 parent 96cf6ad commit 46433d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ file (GLOB HEADER_FILES
include/swri_console/log_database.h
include/swri_console/node_list_model.h
include/swri_console/log_database_proxy_model.h
include/swri_console/ros_thread.h
include/swri_console/settings_keys.h)
include/swri_console/ros_thread.h)
file (GLOB SRC_FILES
src/bag_reader.cpp
src/console_master.cpp
Expand Down

0 comments on commit 46433d2

Please sign in to comment.