You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Found Python: /mnt/baranem/cmake/venv/bin/python3.11 (found suitable exact version "3.11.4") found components: Interpreter
CMake Warning (dev) at venv/lib/python3.11/site-packages/skbuild/resources/cmake/FindPythonExtensions.cmake:245 (find_package):
Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
are removed. Run "cmake --help-policy CMP0148" for policy details. Use
the cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
CMakeLists.txt:9 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found PythonInterp: /mnt/baranem/cmake/venv/bin/python3.11 (found version "3.11.4")
CMake Warning (dev) at venv/lib/python3.11/site-packages/skbuild/resources/cmake/FindPythonExtensions.cmake:252 (find_package):
Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
are removed. Run "cmake --help-policy CMP0148" for policy details. Use
the cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
CMakeLists.txt:9 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found PythonLibs: /usr/lib64/libpython3.10.so (found version "3.10.12")
Chiming in that this is currently breaking me. I can't build any of my binary wheels. I attempted to switch to scikit-build-core, but it it seems that scikit-build-core lacks add_cython_target. Hope this gets resolved soon.
I am currently running CMake 3.27 (release on July 18th; it is the default of CMake on openSUSE Tumbleweed).
However, if use the following:
and do the following:
then I get the following:
This is to do with https://cmake.org/cmake/help/latest/policy/CMP0148.html.
The text was updated successfully, but these errors were encountered: