Revision: 8867
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8867&view=rev
Author:   hsujohnhsu
Date:     2010-09-02 00:47:35 +0000 (Thu, 02 Sep 2010)

Log Message:
-----------
disable auto generation of .gazeborc

Modified Paths:
--------------
    code/gazebo/branches/wg/CMakeLists.txt

Modified: code/gazebo/branches/wg/CMakeLists.txt
===================================================================
--- code/gazebo/branches/wg/CMakeLists.txt      2010-09-02 00:46:29 UTC (rev 
8866)
+++ code/gazebo/branches/wg/CMakeLists.txt      2010-09-02 00:47:35 UTC (rev 
8867)
@@ -10,7 +10,7 @@
 
 set (GAZEBO_MAJOR_VERSION 0)
 set (GAZEBO_MINOR_VERSION 10)
-set (GAZEBO_PATCH_VERSION 0)
+set (GAZEBO_PATCH_VERSION 0) # change to 1 for ode damping
 
 set (GAZEBO_VERSION 
${GAZEBO_MAJOR_VERSION}.${GAZEBO_MINOR_VERSION}.${GAZEBO_PATCH_VERSION})
 
@@ -101,8 +101,8 @@
   
   ########################################
   # Make the gazebo rc file
-  configure_file(${CMAKE_SOURCE_DIR}/cmake/gazeborc.cmake 
${PROJECT_BINARY_DIR}/.gazeborc @ONLY)
-  install(FILES ${CMAKE_CURRENT_BINARY_DIR}/.gazeborc DESTINATION $ENV{HOME}/)
+  # configure_file(${CMAKE_SOURCE_DIR}/cmake/gazeborc.cmake 
${PROJECT_BINARY_DIR}/.gazeborc @ONLY)
+  # install(FILES ${CMAKE_CURRENT_BINARY_DIR}/.gazeborc DESTINATION 
$ENV{HOME}/)
  
   include_directories(${PROJECT_SOURCE_DIR} ${PROJECT_BINARY_DIR})
   


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to