Skip to content

Commit

Permalink
Remove TODO comment because it's now done
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Nov 30, 2018
1 parent 6176159 commit e5b8645
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/qgsopenclutils.cpp
Expand Up @@ -549,7 +549,6 @@ cl::Program QgsOpenClUtils::buildProgram( const QString &source, QgsOpenClUtils:
{
program = cl::Program( QgsOpenClUtils::context(), source.toStdString( ) );
// OpenCL version for compatibility with older hardware
// TODO: make this configurable
program.build( QStringLiteral( "-cl-std=CL%1 -I%2" )
.arg( QgsOpenClUtils::activePlatformVersion( ) )
.arg( sourcePath() ).toStdString().c_str() );
Expand Down

0 comments on commit e5b8645

Please sign in to comment.