Fix continous_deployment

libSPIRV-Tools.a and libSPIRV-Tools-opt.a aren't being installed.
This commit is contained in:
Juan Ramos 2023-12-04 12:54:41 -07:00 committed by arcady-lunarg
parent a9e7326b2d
commit 72b403ad71

View File

@ -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()