Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
766e90d0
Commit
766e90d0
authored
3 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
CMake - ALLCONFIG
parent
4fcb4dda
No related branches found
No related tags found
1 merge request
!640
CMake: rm some options, shorten option names -> BA_SWIG, BA_TIFF, etc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+0
-5
0 additions, 5 deletions
CMakeLists.txt
with
0 additions
and
5 deletions
CMakeLists.txt
+
0
−
5
View file @
766e90d0
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Wuttke, Joachim
@j.wuttke
mentioned in commit
d3299296
·
3 years ago
mentioned in commit
d3299296
mentioned in commit d329929686f234a2488d70e1373426425c396ed7
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment