Fixed strange cmake error on windows (resolved by changing the directory name ?!?)

git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@670 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
matlabbe
2012-12-11 23:07:40 +00:00
parent 158731aa41
commit c397cd8517
3 changed files with 76 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ ADD_SUBDIRECTORY( ImagesDbExtractor )
ADD_SUBDIRECTORY( VocabularyComparison )
IF(TARGET rtabmap_guilib)
ADD_SUBDIRECTORY( DatabaseViewer )
ADD_SUBDIRECTORY( viewer )
ADD_SUBDIRECTORY( EpipolarGeometry )
ELSE()
MESSAGE(STATUS "RTAB-Map GUI lib is not built, the databaseViewer and epipolarGeometry programs will not be built...")