1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

devel/llvm-devel: don't set cmake PYTHON_EXECUTABLE

The PYTHON_EXECUTABLE spelling is not used at all in the newer python
support modules - FindPython{,2,3}.cmake and the framework now sets the
correct values.

PR:		273713
This commit is contained in:
John Hein 2023-09-12 19:18:19 +01:00 committed by Brooks Davis
parent 7076fade2f
commit ef25b4bbd1

View File

@ -75,7 +75,6 @@ CMAKE_ARGS+= -DLLVM_PARALLEL_LINK_JOBS=1
CMAKE_ARGS+= -DLLVM_ENABLE_Z3_SOLVER=OFF
CMAKE_ARGS+= -DLLVM_ENABLE_LIBXML2=OFF
CMAKE_ARGS+= -DLLVM_ENABLE_LIBEDIT=OFF
CMAKE_ARGS+= -DPYTHON_EXECUTABLE=${PYTHON_CMD}
CMAKE_ARGS+= -DLLVM_ENABLE_ASSERTIONS=ON
USE_GITHUB= yes