Skip to content
This repository has been archived by the owner on Feb 21, 2021. It is now read-only.

Commit

Permalink
Merge pull request #372 from fqez/issue_267
Browse files Browse the repository at this point in the history
[issue #267] Allow compilation for kobuki_driver
  • Loading branch information
fqez committed Mar 9, 2016
2 parents 8dc1445 + c91a2f5 commit 73cb24c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Deps/kobuki/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ IF (kobuki_INCLUDE_DIR)
${kobuki_LIBRARY7} ${kobuki_LIBRARY8} ${kobuki_LIBRARY9} ${kobuki_LIBRARY10} ${kobuki_LIBRARY11} ${kobuki_LIBRARY12}
${kobuki_LIBRARY13} ${kobuki_LIBRARY14} ${kobuki_LIBRARY15} ${kobuki_LIBRARY16})

IF( OpenCV_LIBRARIES )
IF( kobuki_LIBRARIES )
MESSAGE("kobuki LIBRARY FOUND IN ${kobuki_LIBRARIES}")
SET(kobuki_COMPILE TRUE)
list(APPEND DEPS kobuki)
list(APPEND DEPS kobukilib)
else()
MESSAGE("kobuki LIBRARY NOT FOUND IN ${kobuki_LIBRARIES}")
SET(kobuki_COMPILE FALSE)
ENDIF( )
ENDIF( )

else()
MESSAGE("*** kobuki not found")
Expand Down

0 comments on commit 73cb24c

Please sign in to comment.