early-access version 2853
This commit is contained in:
14
externals/vcpkg/ports/ogre/disable-dependency-qt.patch
vendored
Executable file
14
externals/vcpkg/ports/ogre/disable-dependency-qt.patch
vendored
Executable file
@@ -0,0 +1,14 @@
|
||||
diff --git a/CMake/Dependencies.cmake b/CMake/Dependencies.cmake
|
||||
index 068dd27..721121b 100644
|
||||
--- a/CMake/Dependencies.cmake
|
||||
+++ b/CMake/Dependencies.cmake
|
||||
@@ -346,7 +346,9 @@ if(NOT ANDROID AND NOT EMSCRIPTEN)
|
||||
)
|
||||
endif()
|
||||
|
||||
+ if (0)
|
||||
find_package(Qt5 COMPONENTS Core Gui QUIET)
|
||||
+ endif()
|
||||
macro_log_feature(Qt5_FOUND "Qt" "optional integration with the Qt Library for window creation and input" "http://www.qt.io/" FALSE "" "")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user