[Liblas-commits] hg: make osgeo4w target depend on las2las2 to ensure stuff is bu...

liblas-commits at liblas.org liblas-commits at liblas.org
Tue Jun 15 21:53:00 EDT 2010


changeset 0dbb4a3bcd09 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=0dbb4a3bcd09
summary: make osgeo4w target depend on las2las2 to ensure stuff is built before attempting to copy

diffstat:

 cmake/modules/BuildOSGeo4W.cmake |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 1da18bc9e618 -r 0dbb4a3bcd09 cmake/modules/BuildOSGeo4W.cmake
--- a/cmake/modules/BuildOSGeo4W.cmake	Tue Jun 15 14:27:17 2010 -0600
+++ b/cmake/modules/BuildOSGeo4W.cmake	Tue Jun 15 19:52:34 2010 -0600
@@ -123,5 +123,8 @@
   )
 add_dependencies( osgeo4w tar   )
 
+add_dependencies( las2las2 osgeo4w   )
 
 
+
+


More information about the Liblas-commits mailing list