Remove mo2-cmake from non-standalone VCPKG dependencies. (#12)

This commit is contained in:
Mikaël Capelle
2025-07-07 07:47:23 +02:00
committed by GitHub
parent 6ac39cdb29
commit c9bd3a21b3
2 changed files with 16 additions and 3 deletions
+1 -1
View File
@@ -137,7 +137,7 @@
<context>
<name>QObject</name>
<message>
<location filename="gamebryogameplugins.cpp" line="130"/>
<location filename="gamebryogameplugins.cpp" line="131"/>
<location filename="../creation/creationgameplugins.cpp" line="97"/>
<source>Some of your plugins have invalid names! These plugins can not be loaded by the game. Please see mo_interface.log for a list of affected plugins and rename them.</source>
<translation type="unfinished"></translation>
+15 -2
View File
@@ -1,5 +1,16 @@
{
"dependencies": ["mo2-cmake", "lz4", "zlib"],
"dependencies": [
"lz4",
"zlib"
],
"features": {
"standalone": {
"description": "Build Standalone.",
"dependencies": [
"mo2-cmake"
]
}
},
"vcpkg-configuration": {
"default-registry": {
"kind": "git",
@@ -11,7 +22,9 @@
"kind": "git",
"repository": "https://github.com/ModOrganizer2/vcpkg-registry",
"baseline": "8beb2e0efa9c17dd6d17bb05288dd1e40727f673",
"packages": ["mo2-*"]
"packages": [
"mo2-*"
]
}
]
}