<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <blockquote type="cite"
cite="mid:CAMQBGmVnJGcOJdHarUHSktR7Ux=Z+UT8m8uYB=hVQNfEC1H0cg@mail.gmail.com">
      <div dir="ltr"><br>
        <div>/CMakeLists.txt</div>
        <div>set(PROJ_DATA_PATH "${CMAKE_INSTALL_FULL_DATADIR}/proj")</div>
        <div>to</div>
        <div>set(PROJ_DATA_PATH
          "${CMAKE_INSTALL_FULL_DATADIR}/somethingElse")</div>
        <div><br>
        </div>
        <div>Is there a better way to do this? Or could we add a new
          cmake parameter to override either the end piece or the whole
          thing if it's set? Call it PROJ_DATA_OUTPUT_PATH or
          PROJ_DATA_PATH_OVERRIDE?</div>
      </div>
    </blockquote>
    <p>Make PROJ_DATA_PATH a CACHE variable with a default value to
      "${CMAKE_INSTALL_FULL_DATADIR}/proj"</p>
    <span style="white-space: pre-wrap">
</span>
    <pre class="moz-signature" cols="72">-- 
<a class="moz-txt-link-freetext" href="http://www.spatialys.com">http://www.spatialys.com</a>
My software is free, but my time generally not.
Butcher of all kinds of standards, open or closed formats. At the end, this is just about bytes.</pre>
  </body>
</html>