Browse Source

Honour PYTHON_EXECUTABLE environment variable if set and pass to cmake #14077

sbg
fnoop 5 years ago committed by Julian Oes
parent
commit
86eff44a5e
  1. 5
      Makefile

5
Makefile

@ -141,6 +141,11 @@ else @@ -141,6 +141,11 @@ else
endif
# Pick up specific Python path if set
ifdef PYTHON_EXECUTABLE
CMAKE_ARGS += -DPYTHON_EXECUTABLE=${PYTHON_EXECUTABLE}
endif
# Functions
# --------------------------------------------------------------------
# describe how to build a cmake config

Loading…
Cancel
Save