Skip to content

Commit

Permalink
LOAM: set back to ON by default as the pull request (laboshinl/loam_v…
Browse files Browse the repository at this point in the history
…elodyne#66) has been integrated
  • Loading branch information
matlabbe committed Aug 29, 2018
1 parent 30290c3 commit 94178c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ option(WITH_TORO "Include TORO support" ON)
option(WITH_VERTIGO "Include Vertigo support" ON)
option(WITH_CVSBA "Include cvsba support" ON)
option(WITH_POINTMATCHER "Include libpointmatcher support" ON)
option(WITH_LOAM "Include LOAM support" OFF)
option(WITH_LOAM "Include LOAM support" ON)
option(WITH_FLYCAPTURE2 "Include FlyCapture2/Triclops support" ON)
option(WITH_ZED "Include ZED sdk support" ON)
option(WITH_REALSENSE "Include RealSense support" ON)
Expand Down

0 comments on commit 94178c8

Please sign in to comment.