Yet, the official proj documentation states that it should work with cmake (https://proj.org/development/cmake.html) and when installing from source, the following script indeed installs proj-config.cmake and the likes in /usr/local/lib/cmake/proj.
```shell wget https://download.osgeo.org/proj/proj-7.2.1.tar.gz tar -xzf proj-7.2.1.tar.gz cd proj-7.2.1 mkdir build cd build cmake .. cmake --build . --target install ``` -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1910131 Title: Missing cmake files from libproj-dev To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/proj/+bug/1910131/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
