Merge branch 'master' into pygromacs
[alexxy/gromacs.git] / CMakeLists.txt
index 92809a7be67bd354652ba3b9042774a1ed78d6bb..0d956e1cd57ed67816ca23cfd7b2a9cd0c1f4028 100644 (file)
@@ -877,6 +877,15 @@ if ((CUDA_NOTFOUND_AUTO AND GMX_DETECT_GPU_AVAILABLE) AND NOT GMX_GPU_DETECTION_
 endif()
 set(GMX_GPU_DETECTION_DONE TRUE CACHE INTERNAL "Whether GPU detection has already been done")
 
+#######################
+## Python bindings
+#######################
+
+# We only set option here, actual detection goes to
+# src/python/CMakeLists.txt due to bugs in FindSIP
+option(GMX_PYTHON_BINDINGS "Enable GROMACS Python API bindings"        OFF)
+
+
 #######################
 ## uninstall target
 #######################