COMP: Update to find_package(Python3)#1250
Open
hjmjohnson wants to merge 2 commits intocommontk:masterfrom
Open
COMP: Update to find_package(Python3)#1250hjmjohnson wants to merge 2 commits intocommontk:masterfrom
hjmjohnson wants to merge 2 commits intocommontk:masterfrom
Conversation
4 tasks
c31d004 to
d573266
Compare
a62a27b to
49b8ad1
Compare
49b8ad1 to
1d15689
Compare
06b25e6 to
8fa4ea2
Compare
3ce57f4 to
3b0419f
Compare
3b0419f to
fbd075a
Compare
hjmjohnson
added a commit
to Slicer/Slicer
that referenced
this pull request
Dec 16, 2025
DO NOT COMMIT THIS UNTIL UPSTREAM CHANGES ARE FINALIZED commontk/CTK#1250
hjmjohnson
added a commit
to Slicer/Slicer
that referenced
this pull request
Dec 16, 2025
DO NOT COMMIT THIS UNTIL UPSTREAM CHANGES ARE FINALIZED commontk/CTK#1250
The FindPythonInterp and FindPythonLibs modules are removed.
These modules have been deprecated since CMake 3.12.
CMake 3.27 and above prefer to not provide the modules. This policy provides
compatibility for projects that have not been ported away from them.
Projects using the FindPythonInterp and/or FindPythonLibs modules should
be updated to use one of their replacements:
FindPython3
FindPython2
FindPython
fbd075a to
c1cc26a
Compare
hjmjohnson
added a commit
to Slicer/Slicer
that referenced
this pull request
Jan 7, 2026
DO NOT COMMIT THIS UNTIL UPSTREAM CHANGES ARE FINALIZED commontk/CTK#1250
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
FindPythonInterpandFindPythonLibsmodules are removed.These modules have been deprecated since CMake 3.12.
CMake 3.27 and above prefer to not provide the modules. This policy provides compatibility for projects that have not been ported away from them.
Projects using the
FindPythonInterpand/orFindPythonLibsmodules should be updated to use one of their replacements: