Skip to content

Commit

Permalink
set default compile flag for HAVE_G2O to FALSE
Browse files Browse the repository at this point in the history
  • Loading branch information
cfo committed Jun 11, 2014
1 parent 2996e84 commit c364fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# user build settings

SET(TRACE TRUE)
SET(HAVE_G2O TRUE)
SET(HAVE_G2O FALSE)
SET(USE_ROS TRUE) # Set FALSE if you want to build this package without Catkin
SET(DEBUG_OUTPUT FALSE) # Only relevant if build without ROS

Expand Down

0 comments on commit c364fe9

Please sign in to comment.