<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/cmake/CMakeLists.txt, branch 6.1.0</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>Normalize CMake with cmakelint, 2-space indent</title>
<updated>2019-03-19T07:04:48+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2019-03-18T10:58:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=2622d3851573cd44fc7b36bfd15f07215f434d4b'/>
<id>2622d3851573cd44fc7b36bfd15f07215f434d4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cross-compilation detection</title>
<updated>2019-03-11T02:20:21+00:00</updated>
<author>
<name>Sean Warren</name>
<email>s.warren@garvan.org.au</email>
</author>
<published>2019-03-11T02:20:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=c1520bb2e60a2e934b51074827cc2c74b2b31747'/>
<id>c1520bb2e60a2e934b51074827cc2c74b2b31747</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-do pull request #451 export CMake targets with PROJ4:: namespace</title>
<updated>2018-02-10T22:17:27+00:00</updated>
<author>
<name>Charles Karney</name>
<email>charles@karney.com</email>
</author>
<published>2018-02-10T22:17:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=0199b3fd17fca361bba4eec93209c0b74c0f7340'/>
<id>0199b3fd17fca361bba4eec93209c0b74c0f7340</id>
<content type='text'>
This version takes to add the include path to the target definition for
cmake 2.8.11 and later.  Also the documentation sticks to the existing
convention of using cmake variables ${PROJ4_LIBRARIES} and
${PROJ4_INCLUDE_DIRS}.  However, the namespace variables are still being
included.

Here's the roll-out plan

(0) Version 4.9.x: The target is proj and PROJ4_LIBRARIES is set to
this.

(1) Version 5.0.x: Two targets, proj and PROJ4::proj, are defined;
PROJ4_LIBRARIES = proj.

(2) In a year or two: Two targets, proj and PROJ4::proj, are defined;
PROJ4_LIBRARIES = PROJ4::proj.

(3) With a change in the library which breaks backwards compatibility:
The target is PROJ4::proj and PROJ4_LIBRARIES = PROJ4::proj.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This version takes to add the include path to the target definition for
cmake 2.8.11 and later.  Also the documentation sticks to the existing
convention of using cmake variables ${PROJ4_LIBRARIES} and
${PROJ4_INCLUDE_DIRS}.  However, the namespace variables are still being
included.

Here's the roll-out plan

(0) Version 4.9.x: The target is proj and PROJ4_LIBRARIES is set to
this.

(1) Version 5.0.x: Two targets, proj and PROJ4::proj, are defined;
PROJ4_LIBRARIES = proj.

(2) In a year or two: Two targets, proj and PROJ4::proj, are defined;
PROJ4_LIBRARIES = PROJ4::proj.

(3) With a change in the library which breaks backwards compatibility:
The target is PROJ4::proj and PROJ4_LIBRARIES = PROJ4::proj.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix #560 install cmake config file to lib and use GNUInstallDirs on Unix (#561)</title>
<updated>2017-09-25T19:05:46+00:00</updated>
<author>
<name>Nicolas David</name>
<email>nicolas.david@ign.fr</email>
</author>
<published>2017-09-25T19:05:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=6ea5a3cbe601bc14cb18614fdaa97092abf96f3c'/>
<id>6ea5a3cbe601bc14cb18614fdaa97092abf96f3c</id>
<content type='text'>
* fix #560 install proj4-config.cmake to defaut path

* add some variable and cmake option to specify where
the cmake config file should be installed.
* change project_root_dir use in project-config.cmake.in
variable from hard coded path to computed path with
file(RELATIVE_PATH) function.
* Still use the old project-config.cmake/configure_file way
of generate config file. A cleaner way could be to use
the modern cmake export(target ..)

* use GNUInstallDirs for default unix install path
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix #560 install proj4-config.cmake to defaut path

* add some variable and cmake option to specify where
the cmake config file should be installed.
* change project_root_dir use in project-config.cmake.in
variable from hard coded path to computed path with
file(RELATIVE_PATH) function.
* Still use the old project-config.cmake/configure_file way
of generate config file. A cleaner way could be to use
the modern cmake export(target ..)

* use GNUInstallDirs for default unix install path
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch cmake name from PROJ to PROJ4</title>
<updated>2015-03-03T20:05:18+00:00</updated>
<author>
<name>Charles Karney</name>
<email>charles@karney.com</email>
</author>
<published>2015-03-03T20:05:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=135253886bce8579c6b1a93d93697df30e93065c'/>
<id>135253886bce8579c6b1a93d93697df30e93065c</id>
<content type='text'>
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2644 4e78687f-474d-0410-85f9-8d5e500ac6b2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2644 4e78687f-474d-0410-85f9-8d5e500ac6b2
</pre>
</div>
</content>
</entry>
<entry>
<title>More CMake churn #264</title>
<updated>2015-02-22T23:06:13+00:00</updated>
<author>
<name>Howard Butler</name>
<email>howard@hobu.co</email>
</author>
<published>2015-02-22T23:06:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=4f2ff5857f6f554b7e5c25c139d8064e031c7b73'/>
<id>4f2ff5857f6f554b7e5c25c139d8064e031c7b73</id>
<content type='text'>
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2632 4e78687f-474d-0410-85f9-8d5e500ac6b2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2632 4e78687f-474d-0410-85f9-8d5e500ac6b2
</pre>
</div>
</content>
</entry>
</feed>
