mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-08 11:30:06 +00:00
Fix continous_deployment
libSPIRV-Tools.a and libSPIRV-Tools-opt.a aren't being installed.
This commit is contained in:
parent
a9e7326b2d
commit
72b403ad71
3
External/CMakeLists.txt
vendored
3
External/CMakeLists.txt
vendored
@ -71,8 +71,7 @@ endif()
|
||||
if(ENABLE_OPT AND NOT TARGET SPIRV-Tools-opt)
|
||||
if(IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/spirv-tools)
|
||||
set(SPIRV_SKIP_TESTS ON CACHE BOOL "Skip building SPIRV-Tools tests")
|
||||
# EXCLUDE_FROM_ALL will prevent unneccessary build/installation from spirv-tools
|
||||
add_subdirectory(spirv-tools EXCLUDE_FROM_ALL)
|
||||
add_subdirectory(spirv-tools)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user