Revision: 7628
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7628&view=rev
Author:   natepak
Date:     2009-05-08 18:34:57 +0000 (Fri, 08 May 2009)

Log Message:
-----------
Fixed release build option

Modified Paths:
--------------
    code/gazebo/trunk/server/CMakeLists.txt

Modified: code/gazebo/trunk/server/CMakeLists.txt
===================================================================
--- code/gazebo/trunk/server/CMakeLists.txt     2009-05-08 16:55:50 UTC (rev 
7627)
+++ code/gazebo/trunk/server/CMakeLists.txt     2009-05-08 18:34:57 UTC (rev 
7628)
@@ -93,7 +93,9 @@
 
 SET_SOURCE_FILES_PROPERTIES(${gazeboserver_sources} PROPERTIES COMPILE_FLAGS 
"${GAZEBO_CFLAGS} ${CMAKE_C_FLAGS_${CMAKE_BUILD_TYPE}}")
 
-SET_SOURCE_FILES_PROPERTIES(${gazeboserver_sources} PROPERTIES LINK_FLAGS 
${CMAKE_LINK_FLAGS_${CMAKE_BUILD_TYPE}})
+IF (${CMAKE_LINK_FLAGS_${CMAKE_BUILD_TYPE}})
+  SET_SOURCE_FILES_PROPERTIES(${gazeboserver_sources} PROPERTIES LINK_FLAGS 
${CMAKE_LINK_FLAGS_${CMAKE_BUILD_TYPE}})
+ENDIF (${CMAKE_LINK_FLAGS_${CMAKE_BUILD_TYPE}})
 
 TARGET_LINK_LIBRARIES( gazebo gazeboshm ${gazeboserver_link_libs} 
${FLTK_LIBRARIES} ${Boost_LIBRARIES})
 


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

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to