vcpkg/ports/osgearth/install-plugins.patch
Paul Levy 0945e17e79
[osgEarth] Update port to osgEarth 3.7 (#41322)
Co-authored-by: Kai Pastor <dg0yt@darc.de>
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2024-10-17 22:28:00 -07:00

14 lines
679 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2e147e4d1..133940902 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -55,7 +55,7 @@ set(OSGEARTH_EMBEDDED_THIRD_PARTY_DIR ${PROJECT_SOURCE_DIR}/src/third_party)
set(INSTALL_RUNTIME_FOLDER "bin${OSGEARTH_INSTALL_FOLDER_SUFFIX}") # executables
set(INSTALL_LIBRARY_FOLDER "bin${OSGEARTH_INSTALL_FOLDER_SUFFIX}") # .dll/.so
set(INSTALL_ARCHIVE_FOLDER "lib${OSGEARTH_INSTALL_FOLDER_SUFFIX}") # .lib/.a
-set(INSTALL_PLUGINS_FOLDER "bin${OSGEARTH_INSTALL_FOLDER_SUFFIX}") # parent folder of OSG plugins folder
+set(INSTALL_PLUGINS_FOLDER "plugins") # parent folder of OSG plugins folder
include(oe_ios)
include(oe_osx)