<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cmake.git/Tests/FindPython/Python, branch master</title>
<subtitle>gitlab.kitware.com: cmake/cmake.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cmake.git/'/>
<entry>
<title>Tests: Bump CMake minimum required version in find-module tests to 3.5</title>
<updated>2023-03-08T20:41:43+00:00</updated>
<author>
<name>Brad King</name>
<email>brad.king@kitware.com</email>
</author>
<published>2023-03-08T20:40:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cmake.git/commit/?id=bd7b2293aa1653edec2d328b1183b0954ae484b4'/>
<id>bd7b2293aa1653edec2d328b1183b0954ae484b4</id>
<content type='text'>
CMake 3.27 deprecates compatibility with CMake &lt; 3.5.
Update find module tests to avoid the deprecation warning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CMake 3.27 deprecates compatibility with CMake &lt; 3.5.
Update find module tests to avoid the deprecation warning.
</pre>
</div>
</content>
</entry>
<entry>
<title>FindPython: Tests optimizations</title>
<updated>2020-10-01T15:51:16+00:00</updated>
<author>
<name>Marc Chevrier</name>
<email>marc.chevrier@gmail.com</email>
</author>
<published>2020-10-01T15:47:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cmake.git/commit/?id=5537ccd814700edb529e5e79137601bb2987c892'/>
<id>5537ccd814700edb529e5e79137601bb2987c892</id>
<content type='text'>
* Use 'project(... LANGUAGES NONE)' when possible
* enhance error messages wording
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use 'project(... LANGUAGES NONE)' when possible
* enhance error messages wording
</pre>
</div>
</content>
</entry>
<entry>
<title>FindPython: add sub-components to Development component</title>
<updated>2020-04-16T12:38:39+00:00</updated>
<author>
<name>Marc Chevrier</name>
<email>marc.chevrier@gmail.com</email>
</author>
<published>2020-04-15T13:55:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cmake.git/commit/?id=c1b4044d3ef4cc2414271180154a44a2bc000b91'/>
<id>c1b4044d3ef4cc2414271180154a44a2bc000b91</id>
<content type='text'>
Fixes: #20425
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #20425
</pre>
</div>
</content>
</entry>
<entry>
<title>FindPython: fix regression on version validation</title>
<updated>2020-03-17T14:08:34+00:00</updated>
<author>
<name>Marc Chevrier</name>
<email>marc.chevrier@gmail.com</email>
</author>
<published>2020-03-17T13:50:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cmake.git/commit/?id=cc7f116cb409236697c4a17e5ad012e7c2790ce5'/>
<id>cc7f116cb409236697c4a17e5ad012e7c2790ce5</id>
<content type='text'>
In commit 3dab4682f6 (FindPython: reduces consumption of resources,
2020-02-10, v3.17.0-rc1~11^2) we accidentally broke the python
executable version validation when the "LOCATION" strategy is used
with the plain `FindPython` module.  Fix the logic and add test
cases covering those combinations.

Fixes: #20465
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In commit 3dab4682f6 (FindPython: reduces consumption of resources,
2020-02-10, v3.17.0-rc1~11^2) we accidentally broke the python
executable version validation when the "LOCATION" strategy is used
with the plain `FindPython` module.  Fix the logic and add test
cases covering those combinations.

Fixes: #20465
</pre>
</div>
</content>
</entry>
<entry>
<title>FindPython*: Manage weak link for Python modules</title>
<updated>2019-05-07T14:37:24+00:00</updated>
<author>
<name>Marc Chevrier</name>
<email>marc.chevrier@gmail.com</email>
</author>
<published>2019-05-04T15:09:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cmake.git/commit/?id=30b873c05d6281b865ba08524bb1b90e0afd1ece'/>
<id>30b873c05d6281b865ba08524bb1b90e0afd1ece</id>
<content type='text'>
Add new target Python::Module which take care of platform requirements
for Python module development.

Fixes: #18100
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add new target Python::Module which take care of platform requirements
for Python module development.

Fixes: #18100
</pre>
</div>
</content>
</entry>
<entry>
<title>FindPython: Support script mode</title>
<updated>2019-01-23T18:51:09+00:00</updated>
<author>
<name>Kyle Edwards</name>
<email>kyle.edwards@kitware.com</email>
</author>
<published>2019-01-23T15:08:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cmake.git/commit/?id=e4541b0e3dde49183742eda8100f608d03d0d027'/>
<id>e4541b0e3dde49183742eda8100f608d03d0d027</id>
<content type='text'>
Fixes: #18827
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #18827
</pre>
</div>
</content>
</entry>
<entry>
<title>FindPython: Test existence of imported targets</title>
<updated>2019-01-23T16:53:54+00:00</updated>
<author>
<name>Kyle Edwards</name>
<email>kyle.edwards@kitware.com</email>
</author>
<published>2019-01-23T16:53:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cmake.git/commit/?id=8ef1916c8226ebf781c4ad0de158d15754d411f5'/>
<id>8ef1916c8226ebf781c4ad0de158d15754d411f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FindPython*: New implementation for Python stuff</title>
<updated>2018-03-20T08:29:44+00:00</updated>
<author>
<name>Marc Chevrier</name>
<email>marc.chevrier@sap.com</email>
</author>
<published>2018-02-22T15:18:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cmake.git/commit/?id=352baee2074d12637c65e3113f560bbf98d0640a'/>
<id>352baee2074d12637c65e3113f560bbf98d0640a</id>
<content type='text'>
Fixes: #16142
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #16142
</pre>
</div>
</content>
</entry>
</feed>
