<div dir="ltr">Thanks, the cache variable worked too, changed the line to look like this:<div>set(PROJ_DATA_PATH "${CMAKE_INSTALL_FULL_DATADIR}/proj" CACHE STRING "proj.db installation path")</div><div><br></div><div>I've created a (slightly) customized build of proj, and we're also going to be compiling our own GDAL for a docker image which itself requires PROJ. Both will need to be installed. In order to keep the two libraries totally separate, I'm renaming my custom proj to have a different filename/prefix than proj usually generates. This way we can potentially update GDAL at a different cadence than the customized proj library. Maybe one day we'll have the custom library still on 9.5 but update GDAL later and use proj but not 9.5. If both the custom proj and the system proj for GDAL go to read proj.db from the default location, there will be a version mismatch and one will fail. Thus, I want to build the custom proj.db file into a different directory and it'd be nice to just have it part of the already existing cmake install infrastructure instead of having to fuss with redirections after the build.</div><div><br></div><div>As for prefixing/renaming proj.db, it seems easier to just put it in a different install path. And then what if CONUS or one of those other loose files got updated after all these years and caused a version mismatch issue? Though unlikely, I don't want to have to prefix everything in there. Plus API-wise it's easier to just call set_search_paths with this particular location.</div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Tue, Dec 3, 2024 at 11:35 AM Greg Troxel via PROJ <<a href="mailto:proj@lists.osgeo.org">proj@lists.osgeo.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Why do people want to install proj to non-standard names?    Most<br>
packages do not support renaming, so I find it strange that this is<br>
desirable.   The standard approach if you need two versions of anything<br>
is to use different prefixes.  Can you explain the need?<br>
_______________________________________________<br>
PROJ mailing list<br>
<a href="mailto:PROJ@lists.osgeo.org" target="_blank">PROJ@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/proj" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/proj</a><br>
</blockquote></div><div><br clear="all"></div><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>Peter Townsend<br></div>Senior Software Developer<br></div></div>