|
From: <rus...@us...> - 2008-02-10 05:24:57
|
Revision: 58
http://gearbox.svn.sourceforge.net/gearbox/?rev=58&view=rev
Author: russo2503v
Date: 2008-02-09 21:25:01 -0800 (Sat, 09 Feb 2008)
Log Message:
-----------
fixed comment
Modified Paths:
--------------
gearbox/trunk/src/basicexample/CMakeLists.txt
Modified: gearbox/trunk/src/basicexample/CMakeLists.txt
===================================================================
--- gearbox/trunk/src/basicexample/CMakeLists.txt 2008-02-10 04:43:57 UTC (rev 57)
+++ gearbox/trunk/src/basicexample/CMakeLists.txt 2008-02-10 05:25:01 UTC (rev 58)
@@ -15,7 +15,7 @@
GBX_ADD_HEADERS( basicexample ${hdrs} )
# the custom command above is equivalent to this
-# INSTALL( FILES ${hdrs} DESTINATION include/gearbox/basic )
+# INSTALL( FILES ${hdrs} DESTINATION include/gearbox/basicexample )
# IF ( GBX_BUILD_TESTS )
# ADD_SUBDIRECTORY ( test )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|