[Liblas-commits] hg: more osgeo4w updates.

liblas-commits at liblas.org liblas-commits at liblas.org
Tue Jun 15 16:27:42 EDT 2010


changeset 1da18bc9e618 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=1da18bc9e618
summary: more osgeo4w updates.

diffstat:

 CMakeLists.txt                   |  4 +++-
 cmake/modules/BuildOSGeo4W.cmake |  2 ++
 2 files changed, 5 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 4cfbd9f38310 -r 1da18bc9e618 CMakeLists.txt
--- a/CMakeLists.txt	Tue Jun 15 15:02:20 2010 -0500
+++ b/CMakeLists.txt	Tue Jun 15 14:27:17 2010 -0600
@@ -320,4 +320,6 @@
     endif()
 endif()
 
-include(BuildOSGeo4W)
+if (WIN32)
+    include(BuildOSGeo4W)
+endif(WIN32)
\ No newline at end of file
diff -r 4cfbd9f38310 -r 1da18bc9e618 cmake/modules/BuildOSGeo4W.cmake
--- a/cmake/modules/BuildOSGeo4W.cmake	Tue Jun 15 15:02:20 2010 -0500
+++ b/cmake/modules/BuildOSGeo4W.cmake	Tue Jun 15 14:27:17 2010 -0600
@@ -35,6 +35,8 @@
 add_custom_target(make_osgeo4w_directories
   COMMAND ${CMAKE_COMMAND} -E echo "Building OSGeo4W install directories")
 
+add_dependencies(  make_osgeo4w_directories las2oci2  )
+
 macro (make_directories)
     add_custom_command(
       TARGET make_osgeo4w_directories


More information about the Liblas-commits mailing list