Skip to content
Snippets Groups Projects
Commit fd7494df authored by iar74's avatar iar74
Browse files

CHG: enabled root-dir config for depth sense sdk in find file

CHG: removed plugin link lib, not shipped on windows, and concerning the functions, not needed to build the driver.

git-svn-id: https://svn.rwth-aachen.de/repos/vrgroup-svn/projects/VistaCMakeCommon/trunk@50719 33c38b33-09d2-4561-8d4d-1bfa2f58f885
parent 35cb60b4
No related branches found
No related tags found
No related merge requests found
...@@ -6,12 +6,15 @@ include( VistaFindUtils ) ...@@ -6,12 +6,15 @@ include( VistaFindUtils )
if( NOT VDEPTHSENSESDK_FOUND ) if( NOT VDEPTHSENSESDK_FOUND )
vista_find_package_root( DepthSenseSDK include/DepthSense.hxx ) vista_find_package_root( DepthSenseSDK include/DepthSense.hxx )
if( DEPTHSENSESDK_ROOT_DIR )
unset ( VDEPTHSENSESDK_FOUND CACHE ) unset ( VDEPTHSENSESDK_FOUND CACHE )
set( DEPTHSENSESDK_LIBRARIES DepthSense DepthSensePlugins ) set( DEPTHSENSESDK_LIBRARIES DepthSense )
set( DEPTHSENSESDK_LIBRARY_DIRS "${DEPTHSENSESDK_ROOT_DIR}/lib" ) set( DEPTHSENSESDK_LIBRARY_DIRS "${DEPTHSENSESDK_ROOT_DIR}/lib" )
set( DEPTHSENSESDK_INCLUDE_DIRS "${DEPTHSENSESDK_ROOT_DIR}/include" ) set( DEPTHSENSESDK_INCLUDE_DIRS "${DEPTHSENSESDK_ROOT_DIR}/include" )
# set( DEPTHSENSESDK_VERSION "${DepthSenseSDK_VERSION}" )
endif( DEPTHSENSESDK_ROOT_DIR )
endif( NOT VDEPTHSENSESDK_FOUND ) endif( NOT VDEPTHSENSESDK_FOUND )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment