mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
20c0d0c940
commit
44921231a6
1 changed files with 2 additions and 2 deletions
|
|
@ -360,8 +360,8 @@ if(NOT Python3_FOUND)
|
||||||
|
|
||||||
file(GLOB embedded_python_exe "${python_dir}/python*.exe")
|
file(GLOB embedded_python_exe "${python_dir}/python*.exe")
|
||||||
if(embedded_python_exe)
|
if(embedded_python_exe)
|
||||||
set(Python3_EXECUTABLE "${embedded_python_exe}" CACHE FILEPATH "Path to embedded Python" FORCE)
|
set(Python_EXECUTABLE "${embedded_python_exe}" CACHE FILEPATH "Path to embedded Python" FORCE)
|
||||||
message(STATUS "Using embedded Python: ${Python3_EXECUTABLE}")
|
message(STATUS "Using embedded Python: ${Python_EXECUTABLE}")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue