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 e7cecc2 commit 36ea924Copy full SHA for 36ea924
libclc/cmake/modules/AddLibclc.cmake
@@ -342,7 +342,7 @@ function(add_libclc_builtin_set)
342
343
set( builtins_opt_lib_tgt builtins.opt.${ARG_ARCH_SUFFIX} )
344
345
- if( ${ARG_OPT_FLAGS} STREQUAL "" )
+ if( NOT ARG_OPT_FLAGS )
346
# Add empty opt target.
347
add_custom_target( ${builtins_opt_lib_tgt} ALL )
348
add_dependencies( ${builtins_opt_lib_tgt} ${builtins_link_lib_tgt} )
0 commit comments