Specify which versions of PROJ work with MapServer (#11764)

This commit is contained in:
Adam J. Stewart 2019-06-17 20:34:54 -05:00 committed by Elizabeth Fischer
parent 349844a5fd
commit a896a33b3b

View File

@ -29,6 +29,8 @@ class Mapserver(CMakePackage):
depends_on('jpeg')
depends_on('zlib')
depends_on('proj')
depends_on('proj@:5', when='@:7.3')
depends_on('proj@6:', when='@7.4:')
depends_on('curl', when='+curl')
depends_on('geos')
depends_on('libxml2')