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:
matlabbe
2012-12-12 19:48:11 +00:00
parent 978522d392
commit 9ebc2e60d3

View File

@@ -177,9 +177,9 @@ ELSE()
MESSAGE(STATUS "[WARNING] Qt4 not found, the GUI lib and the stand-alone application will not be compiled...") MESSAGE(STATUS "[WARNING] Qt4 not found, the GUI lib and the stand-alone application will not be compiled...")
ENDIF() ENDIF()
IF(NOT BUILD_LIBS_ONLY) IF(NOT BUILD_LIBS_ONLY AND NOT BUILD_AS_BUNDLE)
ADD_SUBDIRECTORY( tools ) ADD_SUBDIRECTORY( tools )
ENDIF(NOT BUILD_LIBS_ONLY) ENDIF(NOT BUILD_LIBS_ONLY AND NOT BUILD_AS_BUNDLE)
####################### #######################
# Uninstall target, for "make uninstall" # Uninstall target, for "make uninstall"