Skip to content

Commit

Permalink
fix #5490
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 25, 2012
1 parent 6f2db9d commit 3c6f917
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/crssync/main.cpp
Expand Up @@ -40,6 +40,8 @@ int main( int argc, char ** argv )
{
QgsApplication a( argc, argv, false );

a.setPrefixPath( CMAKE_INSTALL_PREFIX, true );

std::cout << "Synchronizing CRS database with PROJ definitions." << std::endl;

CPLPushErrorHandler( showError );
Expand Down

0 comments on commit 3c6f917

Please sign in to comment.