mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 19:19:00 +08:00
35fb7a05a7
* Updated portfile and patches for the osgEarth 3.3 release * Updated portfile and patches for the osgEarth 3.3 release * Update version database * Update vcpkg.json * added license * re-formatted * re-formmatted again * update port * Update version database * Update versions/baseline.json upstream osgearth changed, set port back to 0 Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> * updated version * Update portfile.cmake added cleanup * updated version * Update find-package.patch fix Blosc * Update find-package.patch fix Blosc again * version update * Removed optional dependencies and submodule downloads * update version * Remove downloaded imgui in case it was not cleaned, better comments, and only download imgui if tools enabled * updated version * Update versions/o-/osgearth.json * Update versions/o-/osgearth.json Co-authored-by: Paul Levy <plevy@pelicanmapping.com> Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
21 lines
714 B
Diff
21 lines
714 B
Diff
diff --git a/src/osgEarthDrivers/CMakeLists.txt b/src/osgEarthDrivers/CMakeLists.txt
|
|
index d178f951b..010896310 100644
|
|
--- a/src/osgEarthDrivers/CMakeLists.txt
|
|
+++ b/src/osgEarthDrivers/CMakeLists.txt
|
|
@@ -30,7 +30,6 @@ add_subdirectory(earth)
|
|
add_subdirectory(engine_rex)
|
|
add_subdirectory(featurefilter_intersect)
|
|
add_subdirectory(featurefilter_join)
|
|
-add_subdirectory(gltf)
|
|
add_subdirectory(kml)
|
|
add_subdirectory(mapinspector)
|
|
add_subdirectory(monitor)
|
|
@@ -40,7 +39,6 @@ add_subdirectory(sky_simple)
|
|
add_subdirectory(template)
|
|
add_subdirectory(terrainshader)
|
|
add_subdirectory(webp)
|
|
-add_subdirectory(lerc)
|
|
add_subdirectory(vdatum_egm2008)
|
|
add_subdirectory(vdatum_egm84)
|
|
add_subdirectory(vdatum_egm96)
|