diff options
Diffstat (limited to 'science/openstructure/files/patch-cmake__support_FindPython.cmake')
-rw-r--r-- | science/openstructure/files/patch-cmake__support_FindPython.cmake | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/science/openstructure/files/patch-cmake__support_FindPython.cmake b/science/openstructure/files/patch-cmake__support_FindPython.cmake deleted file mode 100644 index c9f792a29fa5..000000000000 --- a/science/openstructure/files/patch-cmake__support_FindPython.cmake +++ /dev/null @@ -1,10 +0,0 @@ ---- cmake_support/FindPython.cmake.orig 2018-07-08 23:04:29 UTC -+++ cmake_support/FindPython.cmake -@@ -75,7 +75,6 @@ macro(_find_python_bin PYTHON_ROOT VERSI - NAMES "python${_VERSION_NO_DOTS}" "python${VERSION}" python.exe - HINTS "${PYTHON_ROOT}" - PATH_SUFFIXES bin -- NO_SYSTEM_ENVIRONMENT_PATH NO_DEFAULT_PATH - ) - else() - find_program(PYTHON_BINARY |