|
From: <rus...@us...> - 2008-02-10 07:05:15
|
Revision: 59
http://gearbox.svn.sourceforge.net/gearbox/?rev=59&view=rev
Author: russo2503v
Date: 2008-02-09 23:05:12 -0800 (Sat, 09 Feb 2008)
Log Message:
-----------
removed / in the path
Modified Paths:
--------------
gearbox/trunk/cmake/internal/TargetUtils.cmake
Modified: gearbox/trunk/cmake/internal/TargetUtils.cmake
===================================================================
--- gearbox/trunk/cmake/internal/TargetUtils.cmake 2008-02-10 05:25:01 UTC (rev 58)
+++ gearbox/trunk/cmake/internal/TargetUtils.cmake 2008-02-10 07:05:12 UTC (rev 59)
@@ -5,7 +5,7 @@
#
MACRO( GBX_ADD_EXECUTABLE name )
ADD_EXECUTABLE( ${name} ${ARGN} )
- INSTALL( TARGETS ${name} RUNTIME DESTINATION bin/ )
+ INSTALL( TARGETS ${name} RUNTIME DESTINATION bin )
SET( templist ${COMPONENT_LIST} )
LIST ( APPEND templist ${name} )
# MESSAGE ( STATUS "DEBUG: ${templist}" )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|