| ... | @@ -874,7 +874,7 @@ fn findConfigH(b: *std.Build, config_h_path_option: ?[]const u8) ?[]const u8 { | ... | @@ -874,7 +874,7 @@ fn findConfigH(b: *std.Build, config_h_path_option: ?[]const u8) ?[]const u8 { |
| 874 | return null; | 874 | return null; |
| 875 | } | 875 | } |
| 876 | check_dir = new_check_dir.?; | 876 | check_dir = new_check_dir.?; |
| 877 | } else unreachable; // TODO should not need `else unreachable`. | 877 | } |
| 878 | } | 878 | } |
| 879 | | 879 | |
| 880 | fn parseConfigH(b: *std.Build, config_h_text: []const u8) ?CMakeConfig { | 880 | fn parseConfigH(b: *std.Build, config_h_text: []const u8) ?CMakeConfig { |