File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1473,7 +1473,7 @@ function(configure_lit_site_cfg site_in site_out)
1473
1473
set (TARGET_TRIPLE "\" +config.target_triple+\" " )
1474
1474
endif ()
1475
1475
1476
- if (ARG_PATH_VALUES )
1476
+ if (ARG_PATHS )
1477
1477
# Walk ARG_PATHS and collect the current value of the variables in there.
1478
1478
foreach (path ${ARG_PATHS} )
1479
1479
list (APPEND ARG_PATH_VALUES "${${path} }" )
@@ -1495,7 +1495,7 @@ function(configure_lit_site_cfg site_in site_out)
1495
1495
list (LENGTH ARG_PATH_VALUES len_path_values)
1496
1496
list (LENGTH ARG_PATH_VALUES_RELATIVE len_path_value_rels)
1497
1497
if ((NOT ${len_paths} EQUAL ${len_path_values} ) OR
1498
- (NOT ${len_paths} EQUAL ${path_value_len_rels } ))
1498
+ (NOT ${len_paths} EQUAL ${len_path_value_rels } ))
1499
1499
message (SEND_ERROR "PATHS lengths got confused" )
1500
1500
endif ()
1501
1501
You can’t perform that action at this time.
0 commit comments