<feed xmlns='http://www.w3.org/2005/Atom'>
<title>CMake.git/Tests/FindPython/Python2, branch v3.30.6</title>
<subtitle>CMake is a cross-platform, open-source build system generator.</subtitle>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/CMake.git/'/>
<entry>
<title>FindPython: On Windows, Enhance python debug version support</title>
<updated>2024-05-09T17:08:47Z</updated>
<author>
<name>Marc Chevrier</name>
<email>marc.chevrier@gmail.com</email>
</author>
<published>2024-04-27T15:16:52Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/CMake.git/commit/?id=c164404b2ee3e47d9552053383ffda14b2f2d8ea'/>
<id>c164404b2ee3e47d9552053383ffda14b2f2d8ea</id>
<content type='text'>
Add the following variables:
* Python_EXECUTABLE_DEBUG
* Python_INTERPRETER
* Python_DEBUG_POSTFIX

and target Python::InterpreterDebug.

python_add_library() command Manage DEBUG_POSTFIX target property based
on the value of Python_DEBUG_POSTFIX variable.

Fixes: #25874
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the following variables:
* Python_EXECUTABLE_DEBUG
* Python_INTERPRETER
* Python_DEBUG_POSTFIX

and target Python::InterpreterDebug.

python_add_library() command Manage DEBUG_POSTFIX target property based
on the value of Python_DEBUG_POSTFIX variable.

Fixes: #25874
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: Bump CMake minimum required version in find-module tests to 3.5</title>
<updated>2023-03-08T20:41:43Z</updated>
<author>
<name>Brad King</name>
<email>brad.king@kitware.com</email>
</author>
<published>2023-03-08T20:40:08Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/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:16Z</updated>
<author>
<name>Marc Chevrier</name>
<email>marc.chevrier@gmail.com</email>
</author>
<published>2020-10-01T15:47:37Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/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:39Z</updated>
<author>
<name>Marc Chevrier</name>
<email>marc.chevrier@gmail.com</email>
</author>
<published>2020-04-15T13:55:50Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/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: add Python_FIND_ABI hint.</title>
<updated>2019-06-24T10:00:21Z</updated>
<author>
<name>Marc Chevrier</name>
<email>marc.chevrier@gmail.com</email>
</author>
<published>2019-06-05T11:08:52Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/CMake.git/commit/?id=9201908ca5c10a6142c0558401445320773f1f1e'/>
<id>9201908ca5c10a6142c0558401445320773f1f1e</id>
<content type='text'>
This variable will enable to specify will ABIs will be searched.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This variable will enable to specify will ABIs will be searched.
</pre>
</div>
</content>
</entry>
<entry>
<title>FindPython*: Manage weak link for Python modules</title>
<updated>2019-05-07T14:37:24Z</updated>
<author>
<name>Marc Chevrier</name>
<email>marc.chevrier@gmail.com</email>
</author>
<published>2019-05-04T15:09:31Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/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:09Z</updated>
<author>
<name>Kyle Edwards</name>
<email>kyle.edwards@kitware.com</email>
</author>
<published>2019-01-23T15:08:27Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/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:54Z</updated>
<author>
<name>Kyle Edwards</name>
<email>kyle.edwards@kitware.com</email>
</author>
<published>2019-01-23T16:53:21Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/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:44Z</updated>
<author>
<name>Marc Chevrier</name>
<email>marc.chevrier@sap.com</email>
</author>
<published>2018-02-22T15:18:43Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/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>
