From 664569a3b8c361cec55a5eeafe34ffea24eb2e30 Mon Sep 17 00:00:00 2001 From: ReinUsesLisp Date: Fri, 16 Nov 2018 03:59:28 -0300 Subject: [PATCH] Avoid CMake SPIR-V module dependencies --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ee6144d..1b77c1b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,7 +86,7 @@ endif() enable_testing(true) # SPIR-V headers -add_subdirectory(externals/SPIRV-Headers) +add_subdirectory(externals/SPIRV-Headers EXCLUDE_FROM_ALL) # Sirit project files add_subdirectory(src)