You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
543 B
12 lines
543 B
1 year ago
|
diff -up FreeCAD-0.18.4/cMake/FindPyCXX.cmake.unbundled-pycxx FreeCAD-0.18.4/cMake/FindPyCXX.cmake
|
||
|
--- FreeCAD-0.18.4/cMake/FindPyCXX.cmake.unbundled-pycxx 2019-10-22 12:53:35.000000000 -0400
|
||
|
+++ FreeCAD-0.18.4/cMake/FindPyCXX.cmake 2020-06-03 11:38:52.881038874 -0400
|
||
|
@@ -121,6 +121,7 @@ if(PYCXX_FOUND)
|
||
|
${PYCXX_SOURCE_DIR}/cxx_exceptions.cxx)
|
||
|
add_definitions(-DPYCXX_6_2_COMPATIBILITY)
|
||
|
endif()
|
||
|
+ add_definitions(-DPYCXX_PYTHON_2TO3)
|
||
|
else(PYCXX_FOUND)
|
||
|
MESSAGE(STATUS "PyCXX not found")
|
||
|
endif(PYCXX_FOUND)
|