[openrtm-commit:02503] r204 - trunk/ImageProcessing/opencv/components/ImageCalibration/src

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 3月 7日 (火) 17:09:17 JST


Author: kawauchi
Date: 2017-03-07 17:09:17 +0900 (Tue, 07 Mar 2017)
New Revision: 204

Modified:
   trunk/ImageProcessing/opencv/components/ImageCalibration/src/CMakeLists.txt
Log:
[compat,bugfix,->RELEASE_1_2_0] fixed bug. refs #3977

Modified: trunk/ImageProcessing/opencv/components/ImageCalibration/src/CMakeLists.txt
===================================================================
--- trunk/ImageProcessing/opencv/components/ImageCalibration/src/CMakeLists.txt	2017-03-07 06:00:43 UTC (rev 203)
+++ trunk/ImageProcessing/opencv/components/ImageCalibration/src/CMakeLists.txt	2017-03-07 08:09:17 UTC (rev 204)
@@ -47,6 +47,7 @@
 
 add_executable(${PROJECT_NAME}Comp ${standalone_srcs}
   ${comp_srcs} ${comp_headers} ${ALL_IDL_SRCS})
+add_dependencies(${PROJECT_NAME}Comp ALL_IDL_TGT)
 target_link_libraries(${PROJECT_NAME}Comp ${OPENRTM_LIBRARIES} ${OpenCV_LIBS})
 
 #install(TARGETS ${PROJECT_NAME} ${PROJECT_NAME}Comp



openrtm-commit メーリングリストの案内