mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
cmake: convert python path to cmake path
This commit is contained in:
parent
c957482d6d
commit
565dc4ba4b
@ -10,6 +10,7 @@ set(IDFTOOL ${PYTHON} "${IDF_PATH}/tools/idf.py")
|
||||
# Internally, the Python interpreter is already set to 'python'. Re-set here
|
||||
# to be absolutely sure.
|
||||
set_default(PYTHON "python")
|
||||
file(TO_CMAKE_PATH ${PYTHON} PYTHON)
|
||||
idf_build_set_property(PYTHON ${PYTHON})
|
||||
|
||||
# On processing, checking Python required modules can be turned off if it was
|
||||
|
Loading…
Reference in New Issue
Block a user