We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2badb97 commit 2e310c8Copy full SHA for 2e310c8
libclc/CMakeLists.txt
@@ -114,7 +114,7 @@ endforeach()
114
if( TARGET llvm-spirv )
115
get_host_tool_path( llvm-spirv LLVM_SPIRV llvm-spirv_exe llvm-spirv_target )
116
else()
117
- find_program( LLVM_SPIRV llvm-spirv PATHS ${LLVM_TOOLS_BINARY_DIR} )
+ find_program( LLVM_SPIRV llvm-spirv HINTS ${LLVM_TOOLS_BINARY_DIR} )
118
set( llvm-spirv_exe "${LLVM_SPIRV}" )
119
set( llvm-spirv_target )
120
endif()
0 commit comments