mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
20c0d0c940
commit
44921231a6
|
|
@ -360,8 +360,8 @@ if(NOT Python3_FOUND)
|
|||
|
||||
file(GLOB embedded_python_exe "${python_dir}/python*.exe")
|
||||
if(embedded_python_exe)
|
||||
set(Python3_EXECUTABLE "${embedded_python_exe}" CACHE FILEPATH "Path to embedded Python" FORCE)
|
||||
message(STATUS "Using embedded Python: ${Python3_EXECUTABLE}")
|
||||
set(Python_EXECUTABLE "${embedded_python_exe}" CACHE FILEPATH "Path to embedded Python" FORCE)
|
||||
message(STATUS "Using embedded Python: ${Python_EXECUTABLE}")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue