mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 05:50:31 +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")
|
||||
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…
Add table
Add a link
Reference in a new issue