mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[baseline][ogre] Disable find_package(QT)
(#27979)
* Disable find_package(QT) * Pull qtbase into ogre CI run * Silence warnings
This commit is contained in:
parent
300f6a2160
commit
a5fd603ae3
@ -94,12 +94,15 @@ vcpkg_cmake_configure(
|
||||
-DOGRE_BUILD_RENDERSYSTEM_GLES2=OFF
|
||||
-DCMAKE_REQUIRE_FIND_PACKAGE_ZLIB=ON
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_QT=ON
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_Qt5=ON
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_Qt6=ON
|
||||
OPTIONS_DEBUG
|
||||
-DOGRE_BUILD_TOOLS=OFF
|
||||
-DOGRE_INSTALL_TOOLS=OFF
|
||||
MAYBE_UNUSED_VARIABLES
|
||||
CMAKE_DISABLE_FIND_PACKAGE_Qt5
|
||||
CMAKE_DISABLE_FIND_PACKAGE_Qt6
|
||||
CMAKE_REQUIRE_FIND_PACKAGE_OpenEXR
|
||||
OGRE_COPY_DEPENDENCIES
|
||||
OGRE_BUILD_MSVC_MP
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ogre",
|
||||
"version": "13.4.4",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"description": "3D Object-Oriented Graphics Rendering Engine",
|
||||
"homepage": "https://github.com/OGRECave/ogre",
|
||||
"license": "MIT",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "cmake",
|
||||
"version": "3.22.2",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "CMake is an open-source, cross-platform family of tools designed to build, test and package software.",
|
||||
"homepage": "https://cmake.org/",
|
||||
"license": "BSD-3-Clause",
|
||||
|
@ -5366,7 +5366,7 @@
|
||||
},
|
||||
"ogre": {
|
||||
"baseline": "13.4.4",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"ogre-next": {
|
||||
"baseline": "2.3.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "cb7b73eee4cc89ec59600a28f9418e406787b1a2",
|
||||
"version": "13.4.4",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "2509b1b1c006fa19a60b9d4ec4dd2471af104f8d",
|
||||
"version": "13.4.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user