Skip to content

Commit

Permalink
Update LLVM_SPIRV_VERSION in CMakeLists.txt to 10.0.0.1
Browse files Browse the repository at this point in the history
See the corresponding issue: #131.
  • Loading branch information
pierremoreau authored and AlexeySotkin committed Feb 13, 2020
1 parent 6af8780 commit 93fede2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.3)

set(LLVM_SPIRV_VERSION 0.2.1.0)
set(LLVM_SPIRV_VERSION 10.0.0.1)

option(LLVM_SPIRV_INCLUDE_TESTS
"Generate build targets for the llvm-spirv lit tests."
Expand Down

0 comments on commit 93fede2

Please sign in to comment.