-
Notifications
You must be signed in to change notification settings - Fork 7.5k
FindProj not working as expected #16906
Copy link
Copy link
Labels
category:port-featureThe issue is with a library, which is requesting new capabilities that didn’t existThe issue is with a library, which is requesting new capabilities that didn’t existcategory:port-updateThe issue is with a library, which is requesting update new revisionThe issue is with a library, which is requesting update new revision
Metadata
Metadata
Assignees
Labels
category:port-featureThe issue is with a library, which is requesting new capabilities that didn’t existThe issue is with a library, which is requesting new capabilities that didn’t existcategory:port-updateThe issue is with a library, which is requesting update new revisionThe issue is with a library, which is requesting update new revision
so i've got a problem at #14628 .
Proj is currently at version 7.2.0 and it should be supported as stated in https://proj.org/development/cmake.html to use
find_package(PROJ REQUIRED)however when i'm using it like that I'm getting the following error:If I'm building proj without vcpgk this will work, so there have to be a bug in the portfile of proj?