print version properly

This commit is contained in:
Dan Horák 2019-04-16 10:53:22 +00:00
parent 4375f4b6ad
commit ae5a71bfd6

View File

@ -96,7 +96,7 @@ set(PROJ4_LIBRARY_DIRS /usr/lib)
endif()
set(PROJ4_BINARY_DIRS %{_bindir})
set(PROJ4_VERSION %{proj_version})
message(STATUS "Found PROJ4: version ${PROJ4_VERSION}")
message(STATUS "Found PROJ4: version \${PROJ4_VERSION}")
EOF