X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=blobdiff_plain;f=CMakeLists.txt;h=1a9bbb34b22d6377b5338c8c76614cf876d76fd7;hp=40c557263285030f77fcd153ba5f6c758f547c92;hb=de84c0a72c8d284e3d124d38699ac065ffe37e3c;hpb=38969cafcdba2b1922452e3255c91dedd178c71c diff --git a/CMakeLists.txt b/CMakeLists.txt index 40c5572..1a9bbb3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}