mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Switch from fmtlib to std::format. (#124)
* Fix issue with latest pybind11. * Switch from fmtlib to std::format. * Set CMake policy CMP0144.
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
id: build-plugin-python
|
||||
uses: ModOrganizer2/build-with-mob-action@master
|
||||
with:
|
||||
mo2-third-parties: fmt gtest python spdlog boost sip pyqt pybind11
|
||||
mo2-third-parties: gtest python spdlog boost sip pyqt pybind11
|
||||
mo2-dependencies: cmake_common uibase
|
||||
mo2-cmake-command: -DPLUGIN_PYTHON_TESTS=1 ..
|
||||
- name: Build Plugin Python Tests
|
||||
|
||||
Reference in New Issue
Block a user