Skip to content

Commit

Permalink
cmake: Disable clspv spirv build (#733)
Browse files Browse the repository at this point in the history
This is causing issues with android build
  • Loading branch information
rjodinchr authored Nov 8, 2024
1 parent d944acd commit 35577d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ if (CLVK_COMPILER_AVAILABLE)
endif()
set(CLSPV_SOURCE_DIR ${PROJECT_SOURCE_DIR}/external/clspv
CACHE STRING "Clspv source directory")
set(CLSPV_BUILD_SPIRV_DIS OFF)
add_subdirectory(${CLSPV_SOURCE_DIR} ${PROJECT_BINARY_DIR}/external/clspv
EXCLUDE_FROM_ALL)
set_target_properties(clspv PROPERTIES RUNTIME_OUTPUT_DIRECTORY
Expand Down

0 comments on commit 35577d1

Please sign in to comment.