[openrtm-commit:00155] r2166 - trunk/OpenRTM-aist/utils/cmake

openrtm @ openrtm.org openrtm @ openrtm.org
2011年 6月 4日 (土) 20:01:46 JST


Author: n-ando
Date: 2011-06-04 20:01:46 +0900 (Sat, 04 Jun 2011)
New Revision: 2166

Modified:
   trunk/OpenRTM-aist/utils/cmake/Makefile.am
Log:
cmake file location has been changed from share to lib directory.


Modified: trunk/OpenRTM-aist/utils/cmake/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/utils/cmake/Makefile.am	2011-06-04 11:00:19 UTC (rev 2165)
+++ trunk/OpenRTM-aist/utils/cmake/Makefile.am	2011-06-04 11:01:46 UTC (rev 2166)
@@ -36,9 +36,9 @@
 # Windows:
 #   <prefix>/<name>*/cmake: C:/Progam Files/OpenRTM-aist/1.1/cmake
 # UNIX:
-#   <prefix>/share/<name>*/cmake: /usr/share/openrtm-1.1/cmake
+#   <prefix>/lib/<name>*/cmake: /usr/lib/openrtm-1.1/cmake
 # Mac OS X
-#   <prefix>/share/<name>*/cmake: /opt/local/share/openrtm-1.1/cmake
+#   <prefix>/lib/<name>*/cmake: /opt/local/lib/openrtm-1.1/cmake
 #
 # Users' CMakeList.txt just only use the following find_package() command
 #   find_package(OpenRTM-aist ....)
@@ -57,7 +57,7 @@
 #   find_package(openrtm-aist CONFIGS OpenRTMConfig.cmake): OK
 #
 # UNIX)
-# configfile: /usr/share/openrtm-1.1/cmake/OpenRTMConfig.cmake
+# configfile: /usr/lib/openrtm-1.1/cmake/OpenRTMConfig.cmake
 # directives:
 #   find_package(openrtm CONFIGS OpenRTMConfig.cmake): OK
 #   find_package(OpenRTM CONFIGS OpenRTMConfig.cmake): OK
@@ -73,7 +73,7 @@
 IDLC = @IDLC@
 IDLFLAGS = @IDL_FLAGS@
 
-cmakedir = ${rtm_datadir}/cmake
+cmakedir = ${rtm_libdir}/cmake
 cmake_DATA = OpenRTMConfig.cmake FindOpenRTM.cmake
 
 # basic compiler/linker options



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