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:
Mikaël Capelle
2024-05-25 13:15:10 +02:00
committed by GitHub
parent bb0a24a00d
commit a839d36235
8 changed files with 17 additions and 95 deletions
+1 -1
View File
@@ -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