Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
opSimulation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Eclipse Projects
Eclipse openpass
opSimulation
Merge requests
!56
unification of cmake build between gui and core
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
unification of cmake build between gui and core
40-unification-of-cmake-build-between-gui-and-core
into
servant
Overview
0
Commits
7
Pipelines
0
Changes
52
Merged
Michael Scharfenberg
requested to merge
40-unification-of-cmake-build-between-gui-and-core
into
servant
3 years ago
Overview
0
Commits
7
Pipelines
0
Changes
52
Expand
Takeover merge from
@rcaloudis2v6
Closes
#40 (closed)
GUI Build is now enabled by default
Edited
3 years ago
by
Michael Scharfenberg
0
0
Merge request reports
Compare
servant
version 2
52304317
3 years ago
version 1
1b05b931
3 years ago
servant (base)
and
latest version
latest version
0f6516ad
7 commits,
3 years ago
version 2
52304317
6 commits,
3 years ago
version 1
1b05b931
5 commits,
3 years ago
52 files
+
549
−
779
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
52
Search (e.g. *.vue) (Ctrl+P)
cmake/global.cmake
+
1
−
1
Options
@@ -14,7 +14,7 @@
#
option
(
WITH_SIMCORE
"Build OSI based scenario simulation"
ON
)
option
(
WITH_GUI
"Build GUI"
O
FF
)
option
(
WITH_GUI
"Build GUI"
O
N
)
option
(
WITH_TESTS
"Build unit tests"
ON
)
option
(
WITH_DOC
"Build documentation"
ON
)
option
(
WITH_API_DOC
"Build API documentation (takes pretty long)"
OFF
)
Loading