1--- CMakeLists.txt.orig	2018-06-19 05:01:37 UTC
2+++ CMakeLists.txt
3@@ -126,14 +126,14 @@ message(STATUS "########################
4 message(STATUS "## Begin configuration for Python support...")
5 message(STATUS "#############################################")
6 message(STATUS "Enabling optional Python bindings if possible...")
7-add_subdirectory(python)
8+#add_subdirectory(python)
9
10 message(STATUS "")
11 message(STATUS "#############################################")
12 message(STATUS "## Begin configuration for Python3 support...")
13 message(STATUS "#############################################")
14 message(STATUS "Enabling optional Python3 bindings if possible...")
15-add_subdirectory(python3)
16+#add_subdirectory(python3)
17
18
19 ########################################################################
20