[openrtm-commit:02807] r214 - tags/RELEASE_1_1_2/ImageProcessing/opencv/components/ImageCalibration/src

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 9月 6日 (水) 13:50:13 JST


Author: kawauchi
Date: 2017-09-06 13:50:13 +0900 (Wed, 06 Sep 2017)
New Revision: 214

Modified:
   tags/RELEASE_1_1_2/ImageProcessing/opencv/components/ImageCalibration/src/CMakeLists.txt
Log:
[merge] r204 has been merged from trunk.

Modified: tags/RELEASE_1_1_2/ImageProcessing/opencv/components/ImageCalibration/src/CMakeLists.txt
===================================================================
--- tags/RELEASE_1_1_2/ImageProcessing/opencv/components/ImageCalibration/src/CMakeLists.txt	2017-09-06 04:44:22 UTC (rev 213)
+++ tags/RELEASE_1_1_2/ImageProcessing/opencv/components/ImageCalibration/src/CMakeLists.txt	2017-09-06 04:50:13 UTC (rev 214)
@@ -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



More information about the openrtm-commit mailing list