Skip to content

Commit

Permalink
Remove leading and trailing whitespace on disabled models
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhbell committed Jan 6, 2025
1 parent 6f57e87 commit edc356b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ if (TEQP_DISABLED_FACTORIES)
message(STATUS "${disabled_factories}")
foreach (factory ${disabled_factories})
string(TOUPPER "${factory}" factory)
string(STRIP "${factory}" factory)
list(APPEND preprocessors "#define DISABLE_${factory}")
endforeach()
string (REPLACE ";" "\n" preprocessors "${preprocessors}")
Expand Down

0 comments on commit edc356b

Please sign in to comment.