[openrtm-commit:03376] r3448 - trunk/OpenRTM-aist

openrtm @ openrtm.org openrtm @ openrtm.org
2018年 11月 19日 (月) 18:34:11 JST


Author: miyamoto
Date: 2018-11-19 18:34:10 +0900 (Mon, 19 Nov 2018)
New Revision: 3448

Modified:
   trunk/OpenRTM-aist/CMakeLists.txt
Log:
[compat, cmake]

Modified: trunk/OpenRTM-aist/CMakeLists.txt
===================================================================
--- trunk/OpenRTM-aist/CMakeLists.txt	2018-11-16 01:18:58 UTC (rev 3447)
+++ trunk/OpenRTM-aist/CMakeLists.txt	2018-11-19 09:34:10 UTC (rev 3448)
@@ -365,9 +365,9 @@
 		endforeach()
 
 		file(GLOB OMNIORB_SCRIPTS "${ORB_ROOT}/bin/scripts/*.py")
-		foreach(file_path ${OMNIORB_SCRIPTS})
-			install(FILES ${OMNIORB_SCRIPTS} DESTINATION ${ORB_INSTALL_DIR}/bin/scripts COMPONENT corbalib)
-		endforeach()
+		
+		install(FILES ${OMNIORB_SCRIPTS} DESTINATION ${ORB_INSTALL_DIR}/bin/scripts COMPONENT corbalib)
+		
 
 		install(PROGRAMS ${ORB_ROOT}/bin/${ARCH_NAME}/omniidl.exe DESTINATION ${ORB_INSTALL_DIR}/bin/${ARCH_NAME} COMPONENT corbalib)
 		install(PROGRAMS ${ORB_ROOT}/bin/${ARCH_NAME}/omniNames.exe DESTINATION ${ORB_INSTALL_DIR}/bin/${ARCH_NAME} COMPONENT corbalib)



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