cmake: Remove find_host_package macro
Originally added in https://github.com/KhronosGroup/glslang/pull/2395 With the rational of causing issues when cross-compiling for iOS. This is no longer the case.
This commit is contained in:
parent
1a370bede9
commit
4c121b68c8
2 changed files with 1 additions and 9 deletions
|
|
@ -31,7 +31,7 @@
|
|||
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
find_host_package(Python3 REQUIRED)
|
||||
find_package(Python3 REQUIRED)
|
||||
|
||||
set(GLSLANG_INTRINSIC_H "${GLSLANG_GENERATED_INCLUDEDIR}/glslang/glsl_intrinsic_header.h")
|
||||
set(GLSLANG_INTRINSIC_PY "${CMAKE_CURRENT_SOURCE_DIR}/../gen_extension_headers.py")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue