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:
@@ -1,6 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
# pytest
|
||||
cmake_policy(SET CMP0144 NEW)
|
||||
find_package(GTest REQUIRED)
|
||||
|
||||
set(PYLIB_DIR ${CMAKE_CURRENT_BINARY_DIR}/pylibs)
|
||||
|
||||
Reference in New Issue
Block a user