diff options
Diffstat (limited to 'vcpkg/ports/gz-sim/dependencies.patch')
| -rw-r--r-- | vcpkg/ports/gz-sim/dependencies.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/gz-sim/dependencies.patch b/vcpkg/ports/gz-sim/dependencies.patch new file mode 100644 index 0000000..963d293 --- /dev/null +++ b/vcpkg/ports/gz-sim/dependencies.patch @@ -0,0 +1,13 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 9f309499c..943f60d98 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -121,7 +121,7 @@ gz_find_package (Qt5
+ Quick
+ QuickControls2
+ REQUIRED
+- PKGCONFIG "Qt5Core Qt5Quick Qt5QuickControls2")
++)
+
+ #--------------------------------------
+ # Find gz-physics
|