Skip to content
Snippets Groups Projects
Commit 766e90d0 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

CMake - ALLCONFIG

parent 4fcb4dda
No related branches found
No related tags found
1 merge request!640CMake: rm some options, shorten option names -> BA_SWIG, BA_TIFF, etc
......@@ -65,7 +65,6 @@ option(BORNAGAIN_TIFF_SUPPORT "Tiff files read/write support" ON)
option(BORNAGAIN_MPI "Build with MPI support" OFF)
option(CONFIGURE_BINDINGS "Generate python bindings during build (requires swig)" OFF)
option(ALLCONFIG "Regenerate Py docs, Py wrappers, " OFF)
option(BUILD_DEBIAN "Build a debian package" OFF)
option(BORNAGAIN_APPLE_BUNDLE "Create a Mac OS X bundle" OFF)
......@@ -89,10 +88,6 @@ if(BORNAGAIN_GUI AND NOT BORNAGAIN_PYTHON AND NOT BORNAGAIN_TIDY)
" (except with BORNAGAIN_TIDY)")
endif()
if(ALLCONFIG)
set(CONFIGURE_BINDINGS ON)
endif()
## Various CMake settings (include order is of critical importance)
# function definitions
......
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