Skip to content

Commit

Permalink
Fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriyPA committed Nov 13, 2024
1 parent 04543d6 commit 3c5c4e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ class TPqDqIntegration: public TDqIntegrationBase {

if (const auto& types = State_->Types) {
if (const auto& optLLVM = types->OptLLVM) {
srcDesc.SetEnabledLLVM(!optLLVM->Empty() && *optLLVM != "OFF");
srcDesc.SetEnabledLLVM(!optLLVM->empty() && *optLLVM != "OFF");
}
}

Expand Down

0 comments on commit 3c5c4e6

Please sign in to comment.