Skip to content

Commit

Permalink
Make cmake output slightly better
Browse files Browse the repository at this point in the history
  • Loading branch information
rduivenvoorde committed Apr 22, 2020
1 parent 947aedb commit 546db9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/CMakeLists.txt
Expand Up @@ -44,7 +44,7 @@ ADD_QGIS_RESOURCES("${CMAKE_CURRENT_SOURCE_DIR}" resources DEST_RESOURCE_FILES "

# srs.db -- special handling because there is a switch and rename depending on proj version
IF (PROJ_VERSION_MAJOR GREATER 5)
MESSAGE(STATUS "Using PROJ 6 srs database.")
MESSAGE(STATUS "Using PROJ >= 6 srs database.")
SET(SRSDB srs6.db)
ELSE (PROJ_VERSION_MAJOR GREATER 5)
MESSAGE(STATUS "Using PROJ <6 srs database.")
Expand Down

0 comments on commit 546db9e

Please sign in to comment.