cmdlinerunner.cpp: use ICommandLineOptionsModule
[alexxy/gromacs.git] / CMakeLists.txt
index c6a2cf3e38e4f220264b5e5e7c7948122923b952..014b34980000184c9a6c49ed53919443f0e0c95a 100644 (file)
@@ -907,6 +907,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
 #######################