0.11.5: added RTABMAP_QT_VERSION to RTABMapConfig.cmake (used by rtabmap_ros to know to which Qt version it should link)

This commit is contained in:
matlabbe
2016-05-09 11:17:51 -04:00
parent c7670c505d
commit 1fbcc2319a
3 changed files with 21 additions and 8 deletions

View File

@@ -66,4 +66,5 @@ set(RTABMAP_CORE ${RTABMap_CORE})
set(RTABMAP_UTILITE ${RTABMap_UTILITE})
if(RTABMap_GUI)
set(RTABMAP_GUI ${RTABMap_GUI})
endif(RTABMap_GUI)
set(RTABMAP_QT_VERSION @CONF_QT_VERSION@)
endif(RTABMap_GUI)