[openrtm-commit:01382] r137 - branches/newCMakeForVC2010/ImageProcessing/opencv/components
openrtm @ openrtm.org
openrtm @ openrtm.org
2014年 3月 19日 (水) 15:18:50 JST
Author: kawauchi
Date: 2014-03-19 15:18:50 +0900 (Wed, 19 Mar 2014)
New Revision: 137
Modified:
branches/newCMakeForVC2010/ImageProcessing/opencv/components/CMakeLists.txt
Log:
By cmake error, changed build order of TkCalibGUI. refs #2704
Modified: branches/newCMakeForVC2010/ImageProcessing/opencv/components/CMakeLists.txt
===================================================================
--- branches/newCMakeForVC2010/ImageProcessing/opencv/components/CMakeLists.txt 2014-03-19 06:05:01 UTC (rev 136)
+++ branches/newCMakeForVC2010/ImageProcessing/opencv/components/CMakeLists.txt 2014-03-19 06:18:50 UTC (rev 137)
@@ -4,6 +4,7 @@
include(DirectShowCam/BaseClasses/FindDirectShow.cmake)
include(PGRCamera/cmake/FindFlyCapture.cmake)
+add_subdirectory(TkCalibGUI)
add_subdirectory(Affine)
add_subdirectory(BackGroundSubtractionSimple)
add_subdirectory(Binarization)
@@ -33,5 +34,5 @@
add_subdirectory(SubStractCaptureImage)
add_subdirectory(Template)
add_subdirectory(Translate)
-add_subdirectory(TkCalibGUI)
+
More information about the openrtm-commit
mailing list