<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cmake.git/Tests/RunCMake/find_program, branch master</title>
<subtitle>gitlab.kitware.com: cmake/cmake.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cmake.git/'/>
<entry>
<title>Tests/RunCMake: Update cmake_minimum_required versions</title>
<updated>2023-02-11T11:24:22+00:00</updated>
<author>
<name>Brad King</name>
<email>brad.king@kitware.com</email>
</author>
<published>2023-02-06T19:23:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cmake.git/commit/?id=1edf1385064d67885bafe09d472f82bf62d34641'/>
<id>1edf1385064d67885bafe09d472f82bf62d34641</id>
<content type='text'>
For policy-specific tests, use the version before the policy was
introduced.  Otherwise, use 3.5 where possible.

Also, remove `cmake_minimum_required()` and `project()` calls from
individual cases where they are handled by `CMakeLists.txt`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For policy-specific tests, use the version before the policy was
introduced.  Otherwise, use 3.5 where possible.

Also, remove `cmake_minimum_required()` and `project()` calls from
individual cases where they are handled by `CMakeLists.txt`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add deprecation warnings for policies CMP0114 and below</title>
<updated>2023-02-01T22:01:38+00:00</updated>
<author>
<name>Brad King</name>
<email>brad.king@kitware.com</email>
</author>
<published>2023-02-01T19:16:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cmake.git/commit/?id=1ff14d584c8c8c45b2b0cc7ddfbaf908e10acb95'/>
<id>1ff14d584c8c8c45b2b0cc7ddfbaf908e10acb95</id>
<content type='text'>
The OLD behaviors of all policies are deprecated, but only by
documentation.  Add an explicit deprecation diagnostic for policies
introduced in CMake 3.19 and below to encourage projects to port
away from setting policies to OLD.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The OLD behaviors of all policies are deprecated, but only by
documentation.  Add an explicit deprecation diagnostic for policies
introduced in CMake 3.19 and below to encourage projects to port
away from setting policies to OLD.
</pre>
</div>
</content>
</entry>
<entry>
<title>find_(program,library,file,path): add validation function</title>
<updated>2022-06-14T20:17:46+00:00</updated>
<author>
<name>Marc Chevrier</name>
<email>marc.chevrier@gmail.com</email>
</author>
<published>2022-06-11T14:25:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cmake.git/commit/?id=f3b5a7d6df02d5c714a848e9709c563b9555af71'/>
<id>f3b5a7d6df02d5c714a848e9709c563b9555af71</id>
<content type='text'>
Fixes: #23603
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #23603
</pre>
</div>
</content>
</entry>
<entry>
<title>find_* commands: add control over Windows registry views</title>
<updated>2022-04-29T20:00:02+00:00</updated>
<author>
<name>Marc Chevrier</name>
<email>marc.chevrier@gmail.com</email>
</author>
<published>2022-04-16T08:57:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cmake.git/commit/?id=8d7e80cf3d39ae24a6c88ee07492b9cfe40defd5'/>
<id>8d7e80cf3d39ae24a6c88ee07492b9cfe40defd5</id>
<content type='text'>
Fixes: #22775
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #22775
</pre>
</div>
</content>
</entry>
<entry>
<title>Find: Support per call disabling of CMAKE_INSTALL_PREFIX</title>
<updated>2022-04-15T13:33:55+00:00</updated>
<author>
<name>Robert Maynard</name>
<email>rmaynard@nvidia.com</email>
</author>
<published>2022-03-21T19:05:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cmake.git/commit/?id=42f7e397894c5132b4706f478e62ce5d648119c1'/>
<id>42f7e397894c5132b4706f478e62ce5d648119c1</id>
<content type='text'>
Fixes #23359
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #23359
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: Disable CMAKE_SYSTEM_PROGRAM_PATH in IgnorePrefixPath test</title>
<updated>2022-03-08T22:38:07+00:00</updated>
<author>
<name>Kyle Edwards</name>
<email>kyle.edwards@kitware.com</email>
</author>
<published>2022-03-08T22:37:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cmake.git/commit/?id=11ea24e59044770bc437b318c6a4ffed8a9b6a04'/>
<id>11ea24e59044770bc437b318c6a4ffed8a9b6a04</id>
<content type='text'>
Some systems set CMAKE_SYSTEM_PROGRAM_PATH, which pollutes the
environment for this test. Erase it before executing the test to get
a clean environment.

Fixes: #23300
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some systems set CMAKE_SYSTEM_PROGRAM_PATH, which pollutes the
environment for this test. Erase it before executing the test to get
a clean environment.

Fixes: #23300
</pre>
</div>
</content>
</entry>
<entry>
<title>find_*(): Add CMAKE_IGNORE_PREFIX_PATH variable</title>
<updated>2022-02-02T16:09:00+00:00</updated>
<author>
<name>Kyle Edwards</name>
<email>kyle.edwards@kitware.com</email>
</author>
<published>2022-01-26T21:35:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cmake.git/commit/?id=201d8c429843e9e57f833fcca8794f532e6d3028'/>
<id>201d8c429843e9e57f833fcca8794f532e6d3028</id>
<content type='text'>
Fixes: #20878
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #20878
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: Add filtered debug-find options</title>
<updated>2021-12-17T13:55:21+00:00</updated>
<author>
<name>John Parent</name>
<email>john.parent@kitware.com</email>
</author>
<published>2021-12-07T19:43:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cmake.git/commit/?id=d7b18895bcc707ed58beed9e17434341e60a6060'/>
<id>d7b18895bcc707ed58beed9e17434341e60a6060</id>
<content type='text'>
Add a `--debug-find-pkg=` option to debug find calls for specific
packages.

Add a `--debug-find-var=` option to debug find calls for specific
return variables.

Fixes: #21880
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a `--debug-find-pkg=` option to debug find calls for specific
packages.

Add a `--debug-find-var=` option to debug find calls for specific
return variables.

Fixes: #21880
</pre>
</div>
</content>
</entry>
<entry>
<title>find_*: Add support for option NO_CACHE</title>
<updated>2021-06-02T18:55:00+00:00</updated>
<author>
<name>Marc Chevrier</name>
<email>marc.chevrier@gmail.com</email>
</author>
<published>2021-06-01T14:05:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cmake.git/commit/?id=87b71eec6257b0d9c43b446205d61f334278fe7d'/>
<id>87b71eec6257b0d9c43b446205d61f334278fe7d</id>
<content type='text'>
Request that find result is stored in a normal variable rather than a
cache entry.

Fixes: #20687
Issue: #20743
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Request that find result is stored in a normal variable rather than a
cache entry.

Fixes: #20687
Issue: #20743
</pre>
</div>
</content>
</entry>
<entry>
<title>MSYS: Add support for running under MSYS runtime environment</title>
<updated>2021-04-26T18:27:34+00:00</updated>
<author>
<name>Orgad Shaneh</name>
<email>orgads@gmail.com</email>
</author>
<published>2021-04-01T17:03:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cmake.git/commit/?id=ddcd1469e8377fe258913a20aa47e65f71f8695b'/>
<id>ddcd1469e8377fe258913a20aa47e65f71f8695b</id>
<content type='text'>
Detect MSYS as CYGWIN, with the required adaptations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Detect MSYS as CYGWIN, with the required adaptations.
</pre>
</div>
</content>
</entry>
</feed>
