[openrtm-commit:01441] r149 - branches/newCMakeForVC2010/ImageProcessing/opencv/components/DirectShowCam/BaseClasses

openrtm @ openrtm.org openrtm @ openrtm.org
2014年 4月 22日 (火) 14:16:52 JST


Author: kawauchi
Date: 2014-04-22 14:16:52 +0900 (Tue, 22 Apr 2014)
New Revision: 149

Modified:
   branches/newCMakeForVC2010/ImageProcessing/opencv/components/DirectShowCam/BaseClasses/FindDirectShow.cmake
Log:
Modified for vc2008 support. refs #2704

Modified: branches/newCMakeForVC2010/ImageProcessing/opencv/components/DirectShowCam/BaseClasses/FindDirectShow.cmake
===================================================================
--- branches/newCMakeForVC2010/ImageProcessing/opencv/components/DirectShowCam/BaseClasses/FindDirectShow.cmake	2014-03-27 01:31:00 UTC (rev 148)
+++ branches/newCMakeForVC2010/ImageProcessing/opencv/components/DirectShowCam/BaseClasses/FindDirectShow.cmake	2014-04-22 05:16:52 UTC (rev 149)
@@ -9,7 +9,7 @@
 
 if(MSVC)
 
-  foreach(winsdkver v7.1 v7.0A)
+  foreach(winsdkver v7.1 v7.0A v7.0)
     get_filename_component(sdkdir
       "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Microsoft SDKs\\Windows\\${winsdkver};InstallationFolder]"
       ABSOLUTE)
@@ -59,4 +59,4 @@
     message(STATUS "Warning: cannot find DirectShow baseclasses")
   endif(DIRECTSHOW_BASECLASS_DIR)
 
-endif(MSVC)
\ No newline at end of file
+endif(MSVC)



More information about the openrtm-commit mailing list