diff options
author | Andy Clayton <q3aiml@gmail.com> | 2020-05-17 15:13:17 -0500 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2020-05-18 12:28:29 +0800 |
commit | 54d6128e2a7792726d6080e415636186117be363 (patch) | |
tree | 2b1e1188384297623b67068ddddf75c18c10b331 /cmake | |
parent | 9551b0f73e40b3d9a2f64134fd37c1784b34f063 (diff) | |
download | fork-ledger-54d6128e2a7792726d6080e415636186117be363.tar.gz fork-ledger-54d6128e2a7792726d6080e415636186117be363.tar.bz2 fork-ledger-54d6128e2a7792726d6080e415636186117be363.zip |
use system FindPython if newer
Avoid needing to keep our copy updated and only keep it as a fallback
for when system cmake is not new enough.
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/python-backport/FindPackageHandleStandardArgs.cmake (renamed from cmake/FindPackageHandleStandardArgs.cmake) | 0 | ||||
-rw-r--r-- | cmake/python-backport/FindPackageMessage.cmake (renamed from cmake/FindPackageMessage.cmake) | 0 | ||||
-rw-r--r-- | cmake/python-backport/FindPython.cmake (renamed from cmake/FindPython.cmake) | 0 | ||||
-rw-r--r-- | cmake/python-backport/FindPython/Support.cmake (renamed from cmake/FindPython/Support.cmake) | 0 | ||||
-rw-r--r-- | cmake/python-backport/SelectLibraryConfigurations.cmake (renamed from cmake/SelectLibraryConfigurations.cmake) | 0 |
5 files changed, 0 insertions, 0 deletions
diff --git a/cmake/FindPackageHandleStandardArgs.cmake b/cmake/python-backport/FindPackageHandleStandardArgs.cmake index 1722d6aa..1722d6aa 100644 --- a/cmake/FindPackageHandleStandardArgs.cmake +++ b/cmake/python-backport/FindPackageHandleStandardArgs.cmake diff --git a/cmake/FindPackageMessage.cmake b/cmake/python-backport/FindPackageMessage.cmake index 0628b981..0628b981 100644 --- a/cmake/FindPackageMessage.cmake +++ b/cmake/python-backport/FindPackageMessage.cmake diff --git a/cmake/FindPython.cmake b/cmake/python-backport/FindPython.cmake index e2f3bf34..e2f3bf34 100644 --- a/cmake/FindPython.cmake +++ b/cmake/python-backport/FindPython.cmake diff --git a/cmake/FindPython/Support.cmake b/cmake/python-backport/FindPython/Support.cmake index de98ee20..de98ee20 100644 --- a/cmake/FindPython/Support.cmake +++ b/cmake/python-backport/FindPython/Support.cmake diff --git a/cmake/SelectLibraryConfigurations.cmake b/cmake/python-backport/SelectLibraryConfigurations.cmake index 4c0e9a8c..4c0e9a8c 100644 --- a/cmake/SelectLibraryConfigurations.cmake +++ b/cmake/python-backport/SelectLibraryConfigurations.cmake |