Skip to content

Commit 0212179

Browse files
committed
Update baseline for MO2 VCPKG registry.
1 parent 771f1b5 commit 0212179

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

CMakeLists.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,7 @@ get_filename_component(Python_HOME ${Python_EXECUTABLE} PATH)
1313
set(Python_DLL_DIR "${Python_HOME}/DLLs")
1414
set(Python_LIB_DIR "${Python_HOME}/Lib")
1515

16-
add_custom_target(PyQt6)
17-
mo2_python_pip_install(PyQt6
18-
DIRECTORY ${CMAKE_BINARY_DIR}/pylibs/
19-
PACKAGES
20-
PyQt${MO2_QT_VERSION_MAJOR}==${MO2_QT_VERSION}
21-
sip==6.8.5)
16+
mo2_python_install_pyqt()
2217

2318
# useful for naming DLL, zip, etc. (3.10 -> 310)
2419
set(Python_VERSION_SHORT ${Python_VERSION_MAJOR}${Python_VERSION_MINOR})

vcpkg-configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{
1515
"kind": "git",
1616
"repository": "https://github.com/ModOrganizer2/vcpkg-registry",
17-
"baseline": "456d80419c7193bcf851d4c8b2075e0a2761053f",
17+
"baseline": "b826771be1e4507f28daffa5f2d8ae0bcfa7bf13",
1818
"packages": ["mo2-*", "pybind11", "spdlog"]
1919
}
2020
]

0 commit comments

Comments
 (0)