diff options
author | SooChan Lim <sc1.lim@samsung.com> | 2018-11-30 12:42:47 +0900 |
---|---|---|
committer | Xuelian Bai <xuelian.bai@samsung.com> | 2024-01-16 09:18:09 +0800 |
commit | a8222aa2c680575882f44a9d58dced99f99a45a7 (patch) | |
tree | 7a5cd6a32200a9c329803169d4b0d5e994a45321 | |
parent | 89ab6e6a4f9d6e91d906babe925c818ca3baeedf (diff) | |
download | SPIRV-Tools-a8222aa2c680575882f44a9d58dced99f99a45a7.tar.gz SPIRV-Tools-a8222aa2c680575882f44a9d58dced99f99a45a7.tar.bz2 SPIRV-Tools-a8222aa2c680575882f44a9d58dced99f99a45a7.zip |
do not use the external
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 375229ba..3ce789e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -333,7 +333,7 @@ macro(spvtools_pch SRCS PCHPREFIX) endif() endmacro(spvtools_pch) -add_subdirectory(external) +#add_subdirectory(external) # Warning about extra semi-colons. # |