Extend the python mussa interface.
[mussa.git] / CMakeLists.txt
index 40c557263285030f77fcd153ba5f6c758f547c92..1a9bbb34b22d6377b5338c8c76614cf876d76fd7 100644 (file)
@@ -24,7 +24,8 @@ FIND_PACKAGE(OpenGL)
 FIND_PACKAGE(Boost 1.34.1 COMPONENTS filesystem serialization program_options python)
 FIND_PACKAGE(PythonLibs)
 
-SET(USE_PYTHON 1)
+SET(USE_PYTHON 0 CACHE BOOL
+    "Build mussa executable linked to python interpreter")
 
 INCLUDE_DIRECTORIES(${PYTHON_INCLUDE_PATH} 
                     ${QT_INCLUDES}