Returned using find_host_package for PythonInterp 3 instead of find_package.
I changed this logic here: https://github.com/KhronosGroup/glslang/pull/2526/commits/05798c17fb17d339d66e064a407e75ceae4c0316
It was originally fixed here: 967fa92d14
This commit is contained in:
parent
00c6d2d4a7
commit
a990b97d07
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@ else()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(BUILD_EXTERNAL AND IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/External)
|
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.
|
# We depend on these for later projects, so they should come first.
|
||||||
add_subdirectory(External)
|
add_subdirectory(External)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue