Skip to content

Commit c8d6ecc

Browse files
committed
remove NOT
1 parent 75b5f46 commit c8d6ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libclc/cmake/modules/AddLibclc.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ function(add_libclc_builtin_set)
349349
endforeach()
350350

351351
set( builtins_comp_lib_tgt builtins.comp.${ARG_ARCH_SUFFIX} )
352-
if ( NOT CMAKE_GENERATOR MATCHES "Visual Studio" )
352+
if ( CMAKE_GENERATOR MATCHES "Visual Studio" )
353353
create_compile_targets( compile_tgts
354354
ARCH_SUFFIX ${ARG_ARCH_SUFFIX}
355355
FILES ${bytecode_files}

0 commit comments

Comments
 (0)