[Bug 262109] Mk/Uses/python.mk: Improve CMake/Python integration
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Mar 2022 02:58:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262109
Li-Wen Hsu <lwhsu@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lwhsu@FreeBSD.org
--- Comment #6 from Li-Wen Hsu <lwhsu@FreeBSD.org> ---
How about:
CMAKE_ARGS+= -DPython${PYTHON_MAJOR_VER}_EXECUTABLE:FILEPATH="${PYTHON_CMD}"
CMAKE_ARGS+= -DPython_EXECUTABLE:FILEPATH="${PYTHON_CMD}"
--
You are receiving this mail because:
You are on the CC list for the bug.