Skip to content

Commit fd6f369

Browse files
committed
Quiet CMake warning.
1 parent df15ca1 commit fd6f369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function(swift_configure_lit_site_cfg source_path destination_path installed_nam
2525
endfunction()
2626

2727
function(normalize_boolean_spelling var_name)
28-
if("${var_name}")
28+
if(${var_name})
2929
set("${var_name}" TRUE PARENT_SCOPE)
3030
else()
3131
set("${var_name}" FALSE PARENT_SCOPE)

0 commit comments

Comments
 (0)