# Reported upstream with https://github.com/pcraster/pcraster/issues/384


--- source/pcraster_moc/python/CMakeLists.txt.orig
+++ source/pcraster_moc/python/CMakeLists.txt
@@ -25,9 +25,9 @@
     )
 endif()
 
-configure_python_extension(_pcraster_moc_python
-    "_pcraster_moc"
-)
+# configure_python_extension(_pcraster_moc_python
+#     "_pcraster_moc"
+# )
 
 set_target_properties(_pcraster_moc_python
     PROPERTIES


--- source/mldd/python/CMakeLists.txt.orig
+++ source/mldd/python/CMakeLists.txt
@@ -13,9 +13,9 @@
         $<IF:$<CXX_COMPILER_ID:GNU>,Python3::Python,Python3::Module>
 )
 
-configure_python_extension(_pcraster_mldd_python
-    "_pcraster_mldd"
-)
+# configure_python_extension(_pcraster_mldd_python
+#     "_pcraster_mldd"
+# )
 
 set_target_properties(_pcraster_mldd_python
     PROPERTIES


