Skip to content
Snippets Groups Projects
Commit bf9f63ec authored by stevet's avatar stevet
Browse files

by default on master options are all set to OFF

parent e822deb2
No related branches found
No related tags found
No related merge requests found
......@@ -33,8 +33,8 @@ SETUP_PROJECT()
string (REPLACE "-Werror" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS})
MESSAGE( STATUS "CMAKE_CXX_FLAGS: " ${CMAKE_CXX_FLAGS} )
OPTION (BUILD_PYTHON_INTERFACE "Build the python binding" ON)
OPTION (USE_GLPK "Use sparse lp solver" ON)
OPTION (BUILD_PYTHON_INTERFACE "Build the python binding" OFF)
OPTION (USE_GLPK "Use sparse lp solver" OFF)
IF(BUILD_PYTHON_INTERFACE)
# search for python
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment