void-packages/srcpkgs/albert/patches/0002_FindPythonLibsNew.cmake.patch
cr6git a924ce6e9a albert: update to 0.14.14.
Closes: #10070 [via git-merge-pr]
2017-12-25 20:17:36 +01:00

14 lines
528 B
Diff

--- plugins/python/pybind11/tools/FindPythonLibsNew.cmake
+++ plugins/python/pybind11/tools/FindPythonLibsNew.cmake
@@ -57,9 +57,9 @@ endif()
# Use the Python interpreter to find the libs.
if(PythonLibsNew_FIND_REQUIRED)
- find_package(PythonInterp ${PythonLibsNew_FIND_VERSION} REQUIRED)
+ find_package(PythonLibs ${PythonLibsNew_FIND_VERSION} REQUIRED)
else()
- find_package(PythonInterp ${PythonLibsNew_FIND_VERSION})
+ find_package(PythonLibs ${PythonLibsNew_FIND_VERSION})
endif()
if(NOT PYTHONINTERP_FOUND)