<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/cmake/Python.cmake, branch cef_147</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://www.megapahit.org/viewer.git/atom?h=cef_147</id>
<link rel='self' href='https://www.megapahit.org/viewer.git/atom?h=cef_147'/>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/'/>
<updated>2026-01-19T16:24:55Z</updated>
<entry>
<title>Use CMake find_package(Python3) for automatic Python support</title>
<updated>2026-01-19T16:24:55Z</updated>
<author>
<name>Carbon Cowboy</name>
<email>254348425+carboncowboy@users.noreply.github.com</email>
</author>
<published>2026-01-12T06:13:16Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=757bc838663763d084feeac9925e914d0f2090fe'/>
<id>urn:sha1:757bc838663763d084feeac9925e914d0f2090fe</id>
<content type='text'>
Replaced manual version-specific detection with CMake's built-in Python finder.
This eliminates the need up update update Python.cmake for new Python releases.
</content>
</entry>
<entry>
<title>Make builds support Python 3.13</title>
<updated>2025-05-07T15:51:57Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>andreykproductengine@lindenlab.com</email>
</author>
<published>2025-05-07T14:52:20Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=ed705097c430fa0962f879a79aa10a1a68ca12ce'/>
<id>urn:sha1:ed705097c430fa0962f879a79aa10a1a68ca12ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "DRTVWR-587 Bring back the previously reverted change"</title>
<updated>2023-10-30T18:12:48Z</updated>
<author>
<name>Andrey Lihatskiy</name>
<email>alihatskiy@productengine.com</email>
</author>
<published>2023-10-30T18:10:09Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=630b4432da9c2731fa9a1d3c5c33efdc263264f7'/>
<id>urn:sha1:630b4432da9c2731fa9a1d3c5c33efdc263264f7</id>
<content type='text'>
This reverts commit 9d49edbc48d81f820870d43edb2c975beffa5485.
</content>
</entry>
<entry>
<title>DRTVWR-587 Bring back the previously reverted change</title>
<updated>2023-10-30T15:02:08Z</updated>
<author>
<name>Andrey Lihatskiy</name>
<email>alihatskiy@productengine.com</email>
</author>
<published>2023-10-26T21:04:00Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=9d49edbc48d81f820870d43edb2c975beffa5485'/>
<id>urn:sha1:9d49edbc48d81f820870d43edb2c975beffa5485</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #427 from secondlife/signal/py312</title>
<updated>2023-10-12T16:03:07Z</updated>
<author>
<name>nat-goodspeed</name>
<email>nat@lindenlab.com</email>
</author>
<published>2023-10-12T16:03:07Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=cc41888af3260cb5398c7a7a3db1e318d3af048c'/>
<id>urn:sha1:cc41888af3260cb5398c7a7a3db1e318d3af048c</id>
<content type='text'>
Add python 3.12 to FindPython search path</content>
</entry>
<entry>
<title>Add python 3.12 to FindPython search path</title>
<updated>2023-10-08T23:36:54Z</updated>
<author>
<name>Bennett Goble</name>
<email>signal@lindenlab.com</email>
</author>
<published>2023-10-08T23:36:54Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=e9f493cea08a9114cb48d05820e7b4d4fb5aa741'/>
<id>urn:sha1:e9f493cea08a9114cb48d05820e7b4d4fb5aa741</id>
<content type='text'>
Look for python 3.12 in the registry along with all the other versions.
</content>
</entry>
<entry>
<title>Revert "DRTVWR-587: Simplify Python.cmake by omitting find_package(Python3)."</title>
<updated>2023-10-04T17:57:25Z</updated>
<author>
<name>Andrey Lihatskiy</name>
<email>alihatskiy@productengine.com</email>
</author>
<published>2023-10-04T16:58:30Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=03d2dc5d2c53abac8471c3d6e2972637d4575f87'/>
<id>urn:sha1:03d2dc5d2c53abac8471c3d6e2972637d4575f87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>DRTVWR-587: Adopt Ansariel's Python.cmake Windows simplification.</title>
<updated>2023-09-08T18:37:09Z</updated>
<author>
<name>Nat Goodspeed</name>
<email>nat@lindenlab.com</email>
</author>
<published>2023-09-08T18:37:09Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=566ace0d5694922638806d36b331479e37cb8f2b'/>
<id>urn:sha1:566ace0d5694922638806d36b331479e37cb8f2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>DRTVWR-587: Simplify Python.cmake by omitting find_package(Python3).</title>
<updated>2023-09-05T20:42:48Z</updated>
<author>
<name>Nat Goodspeed</name>
<email>nat@lindenlab.com</email>
</author>
<published>2023-09-05T20:42:48Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=7efe86cdde1fd8821d73e330c52145cdb786999b'/>
<id>urn:sha1:7efe86cdde1fd8821d73e330c52145cdb786999b</id>
<content type='text'>
Elsewhere in CMake land, we reference PYTHONINTERP_FOUND and
PYTHON_EXECUTABLE, both of which are explicitly set by Python.cmake. We don't
seem to need the find_package(Python3 COMPONENTS Interpreter) call. Given that
we take some pains to be careful about which Windows Python interpreter we
find, this eliminates a wildcard.
</content>
</entry>
<entry>
<title>Fix CMake CMP0148 deprecation warning introduced with CMake 3.27.4</title>
<updated>2023-08-31T15:59:23Z</updated>
<author>
<name>Ansariel</name>
<email>ansariel.hiller@phoenixviewer.com</email>
</author>
<published>2023-08-28T16:47:20Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=512d450fe31eee5772339c27333e0d56f4bfbd45'/>
<id>urn:sha1:512d450fe31eee5772339c27333e0d56f4bfbd45</id>
<content type='text'>
</content>
</entry>
</feed>
