[openrtm-commit:01453] r161 - branches/newCMakeForVC2010/ImageProcessing/opencv

openrtm @ openrtm.org openrtm @ openrtm.org
2014年 5月 14日 (水) 11:43:12 JST


Author: kawauchi
Date: 2014-05-14 11:43:12 +0900 (Wed, 14 May 2014)
New Revision: 161

Modified:
   branches/newCMakeForVC2010/ImageProcessing/opencv/ip-build.bat
Log:
Corrected syntax error.

Modified: branches/newCMakeForVC2010/ImageProcessing/opencv/ip-build.bat
===================================================================
--- branches/newCMakeForVC2010/ImageProcessing/opencv/ip-build.bat	2014-05-09 01:14:34 UTC (rev 160)
+++ branches/newCMakeForVC2010/ImageProcessing/opencv/ip-build.bat	2014-05-14 02:43:12 UTC (rev 161)
@@ -202,7 +202,7 @@
 if %VC_VERSION% == 9  (
    echo 64bit compilation on Visual C++ 2008 is not supported. Aborting.
    goto END
-   )else(
+   ) else (
    cmake .. -G %VC_NAME%
    goto x86_64
    )



More information about the openrtm-commit mailing list