FreeBSD Bugzilla – Attachment 202660 Details for
Bug 236335
cad/kicad-devel unhappy with default Python 3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Allow kicad-devel configure to find python 2.7 instead of 2.6.
patch-CMakeLists.txt (text/plain), 460 bytes, created by
George Mitchell
on 2019-03-06 18:52:53 UTC
(
hide
)
Description:
Allow kicad-devel configure to find python 2.7 instead of 2.6.
Filename:
MIME Type:
Creator:
George Mitchell
Created:
2019-03-06 18:52:53 UTC
Size:
460 bytes
patch
obsolete
>--- CMakeLists.txt.orig 2019-02-06 13:20:34.000000000 -0500 >+++ CMakeLists.txt 2019-03-06 13:43:11.499854000 -0500 >@@ -685,8 +685,8 @@ > set( PythonLibs_FIND_VERSION 3.3 ) > else() > # force a python version < 3.0 >- set( PythonInterp_FIND_VERSION 2.6 ) >- set( PythonLibs_FIND_VERSION 2.6 ) >+ set( PythonInterp_FIND_VERSION 2.7 ) >+ set( PythonLibs_FIND_VERSION 2.7 ) > endif() > > find_package( PythonInterp )
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 236335
: 202660