Skip to content

Commit

Permalink
Update LLVM_SPIRV_VERSION in CMakeLists.txt to 9.0.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Sotkin <[email protected]>
  • Loading branch information
AlexeySotkin committed Sep 24, 2019
1 parent af4db8f commit 07f2978
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 9.0.0.1)

# check if we build inside llvm or not
if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
Expand Down

0 comments on commit 07f2978

Please sign in to comment.