Skip to content

Commit

Permalink
ublox_gps: removed gps.h from cmake source files
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Meyer committed Nov 9, 2012
1 parent 7d4ce16 commit 3640d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ublox_gps/src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rosbuild_add_library(ublox_gps gps.cpp gps.h)
rosbuild_add_library(ublox_gps gps.cpp)
rosbuild_link_boost(ublox_gps system)

rosbuild_add_executable(ublox_gps_node node.cpp)
Expand Down

0 comments on commit 3640d02

Please sign in to comment.