mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
Updated FindUtilite.cmake to find utilite with rospack
git-svn-id: http://rtabmap.googlecode.com/svn/branches/0.3/rtabmap@55 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
@@ -152,7 +152,7 @@ INCLUDE_DIRECTORIES(corelib/include/)
|
||||
IF(QT4_FOUND AND QT_QTCORE_FOUND AND QT_QTGUI_FOUND)
|
||||
ADD_SUBDIRECTORY( guilib )
|
||||
INCLUDE_DIRECTORIES(guilib/include/)
|
||||
ADD_SUBDIRECTORY( ${PROJECT_PREFIX} )
|
||||
ADD_SUBDIRECTORY( app )
|
||||
ELSE()
|
||||
MESSAGE(STATUS "[WARNING] Qt4 not found, the GUI lib and the stand-alone application will not be compiled...")
|
||||
ENDIF()
|
||||
|
||||
Reference in New Issue
Block a user