mirror of
https://github.com/RPCS3/glslang.git
synced 2025-02-17 09:27:48 +00:00
Returned using find_host_package for PythonInterp 3 instead of find_package.
I changed this logic here:05798c17fb
It was originally fixed here:967fa92d14
This commit is contained in:
parent
00c6d2d4a7
commit
a990b97d07
@ -297,7 +297,7 @@ else()
|
||||
endif()
|
||||
|
||||
if(BUILD_EXTERNAL AND IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/External)
|
||||
find_package(PythonInterp 3 REQUIRED)
|
||||
find_host_package(PythonInterp 3 REQUIRED)
|
||||
|
||||
# We depend on these for later projects, so they should come first.
|
||||
add_subdirectory(External)
|
||||
|
Loading…
x
Reference in New Issue
Block a user