You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# If the user didn't specify a URL, find the best one now
138
138
if(NOT SLANG_SLANG_LLVM_BINARY_URL)
139
139
get_best_slang_binary_release_url(url)
140
-
if(NOT url)
140
+
if(NOTDEFINEDurl)
141
141
message(FATAL_ERROR "Unable to find binary release for slang-llvm, please set a different SLANG_SLANG_LLVM_FLAVOR or set SLANG_SLANG_LLVM_BINARY_URL manually")
0 commit comments