aboutsummaryrefslogtreecommitdiff
path: root/ports/ogre
diff options
context:
space:
mode:
authorPhoebe <20694052+PhoebeHui@users.noreply.github.com>2020-11-17 02:28:39 +0800
committerGitHub <noreply@github.com>2020-11-16 10:28:39 -0800
commit0b4db02b9b72ddcf41e6cfa1482b509f3ec16ad9 (patch)
treecc7f420e487489aff2379a257ea63d2c1689afc9 /ports/ogre
parent3be0fec092cb4f0db935ae03680921b3dc859ed9 (diff)
downloadvcpkg-0b4db02b9b72ddcf41e6cfa1482b509f3ec16ad9.tar.gz
vcpkg-0b4db02b9b72ddcf41e6cfa1482b509f3ec16ad9.zip
[assimp] Fix cmake config name and add cmake version (#14554)
* [assimp] Fix cmake cofig name and add cmake version * [ogre] Update 'Assimp' to 'assimp
Diffstat (limited to 'ports/ogre')
-rw-r--r--ports/ogre/fix-dependency.patch2
-rw-r--r--ports/ogre/vcpkg.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/ogre/fix-dependency.patch b/ports/ogre/fix-dependency.patch
index 3bc67dfe0..fd7076dd8 100644
--- a/ports/ogre/fix-dependency.patch
+++ b/ports/ogre/fix-dependency.patch
@@ -21,7 +21,7 @@ index 2ae0b66..e6c55cd 100644
# Assimp
-find_package(ASSIMP QUIET)
-+find_package(Assimp CONFIG REQUIRED)
++find_package(assimp CONFIG REQUIRED)
macro_log_feature(ASSIMP_FOUND "Assimp" "Needed for the AssimpLoader Plugin" "https://www.assimp.org/" FALSE "" "")
if(ASSIMP_FOUND)
diff --git a/ports/ogre/vcpkg.json b/ports/ogre/vcpkg.json
index 453cb363e..88d46d937 100644
--- a/ports/ogre/vcpkg.json
+++ b/ports/ogre/vcpkg.json
@@ -1,7 +1,7 @@
{
"name": "ogre",
"version-string": "1.12.9",
- "port-version": 2,
+ "port-version": 3,
"description": "3D Object-Oriented Graphics Rendering Engine",
"homepage": "https://github.com/OGRECave/ogre",
"dependencies": [