mirror of
https://github.com/ModOrganizer2/modorganizer-game_bethesda.git
synced 2026-07-27 14:08:44 -07:00
Remove mo2-cmake from non-standalone VCPKG dependencies. (#12)
This commit is contained in:
@@ -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
@@ -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-*"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user