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 082efba commit 754ebc6Copy full SHA for 754ebc6
libclc/CMakeLists.txt
@@ -124,7 +124,7 @@ if( EXISTS ${LIBCLC_CUSTOM_LLVM_TOOLS_BINARY_DIR} )
124
endif()
125
126
foreach( tool IN ITEMS clang opt llvm-as llvm-link )
127
- if( NOT EXISTS "${${tool}_exe}" AND "${tool}_target" STREQUAL "" )
+ if( NOT EXISTS "${${tool}_exe}" AND "${${tool}_target}" STREQUAL "" )
128
message( FATAL_ERROR "libclc toolchain incomplete - missing tool ${tool}!" )
129
130
endforeach()
0 commit comments