Revision: 8505 http://playerstage.svn.sourceforge.net/playerstage/?rev=8505&view=rev Author: natepak Date: 2010-01-14 18:09:24 +0000 (Thu, 14 Jan 2010)
Log Message: ----------- Removed a improper FORCE in cmake Modified Paths: -------------- code/gazebo/trunk/cmake/SearchForStuff.cmake Modified: code/gazebo/trunk/cmake/SearchForStuff.cmake =================================================================== --- code/gazebo/trunk/cmake/SearchForStuff.cmake 2010-01-14 01:17:07 UTC (rev 8504) +++ code/gazebo/trunk/cmake/SearchForStuff.cmake 2010-01-14 18:09:24 UTC (rev 8505) @@ -17,9 +17,9 @@ set (INCLUDE_WEBGAZEBO ON CACHE BOOL "Build webgazebo" FORCE) set (OGRE_LIBRARY_PATH "/usr/local/lib" CACHE INTERNAL "Ogre library path") -set (assimp_include_dirs "" CACHE STRING "Assimp include paths. Use this to override automatic detection." FORCE) -set (assimp_library_dirs "" CACHE STRING "Assimp library paths. Use this to override automatic detection." FORCE) -set (assimp_libraries "" CACHE STRING "Assimp libraries Use this to override automatic detection." FORCE) +set (assimp_include_dirs "" CACHE STRING "Assimp include paths. Use this to override automatic detection.") +set (assimp_library_dirs "" CACHE STRING "Assimp library paths. Use this to override automatic detection.") +set (assimp_libraries "" CACHE STRING "Assimp libraries Use this to override automatic detection.") set (boost_include_dirs "" CACHE STRING "Boost include paths. Use this to override automatic detection.") set (boost_library_dirs "" CACHE STRING "Boost library paths. Use this to override automatic detection.") This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Playerstage-commit mailing list Playerstage-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/playerstage-commit