mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
don't add tools when packaging to DropNDrop Bundle (Mac OS X)
git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@679 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
@@ -177,9 +177,9 @@ ELSE()
|
||||
MESSAGE(STATUS "[WARNING] Qt4 not found, the GUI lib and the stand-alone application will not be compiled...")
|
||||
ENDIF()
|
||||
|
||||
IF(NOT BUILD_LIBS_ONLY)
|
||||
IF(NOT BUILD_LIBS_ONLY AND NOT BUILD_AS_BUNDLE)
|
||||
ADD_SUBDIRECTORY( tools )
|
||||
ENDIF(NOT BUILD_LIBS_ONLY)
|
||||
ENDIF(NOT BUILD_LIBS_ONLY AND NOT BUILD_AS_BUNDLE)
|
||||
|
||||
#######################
|
||||
# Uninstall target, for "make uninstall"
|
||||
|
||||
Reference in New Issue
Block a user