update cmakelist

This commit is contained in:
2025-02-11 10:43:28 +08:00
parent 2901590f00
commit 613c73c812
36 changed files with 92 additions and 75 deletions

View File

@@ -273,7 +273,7 @@ Please see instructions or contact the author for more information.");
{
for (int c = 1; c < col_index.size(); c++)
{
out_data.assign_all(GCTL_BDL_MAX);
out_data.assign(GCTL_BDL_MAX);
for (int i = 0; i < table_data.size(); i++)
{
@@ -309,7 +309,7 @@ Please see instructions or contact the author for more information.");
{
for (int c = 3; c < col_index.size(); c++)
{
out_data.assign_all(GCTL_BDL_MAX);
out_data.assign(GCTL_BDL_MAX);
for (int i = 0; i < table_data.size(); i++)
{