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
View File
@@ -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)