Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
Yaml Configurator
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BIAS
Configurators
Yaml Configurator
Commits
8176ab67
Commit
8176ab67
authored
1 year ago
by
Valerio Pastore
Browse files
Options
Downloads
Plain Diff
Merge branch 'ms' into 'main'
code cleaning See merge request
!1
parents
68a0b667
4dc20ceb
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
code cleaning
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-3
1 addition, 3 deletions
CMakeLists.txt
deps/Base-DAQ
+1
-1
1 addition, 1 deletion
deps/Base-DAQ
with
2 additions
and
4 deletions
CMakeLists.txt
+
1
−
3
View file @
8176ab67
cmake_minimum_required
(
VERSION 3.9
)
project
(
Yaml_Conf
)
set
(
CMAKE_CXX_STANDARD 17
)
set
(
CMAKE_CXX_STANDARD_REQUIRED ON
)
set
(
CMAKE_CXX_EXTENSIONS OFF
)
set
(
CMAKE_CXX_STANDARD 20
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-Wall"
)
option
(
YAMLCONF_BUILD_SHARED
"Build yamlconf as a shared library."
OFF
)
...
...
This diff is collapsed.
Click to expand it.
Base-DAQ
@
8a0ea2d0
Compare
61d651c4
...
8a0ea2d0
Subproject commit
61d651c4f8cc0f06c41a4797723546ccdb6022d0
Subproject commit
8a0ea2d0e699863df5fe1c91caf2d7b0855957be
This diff is collapsed.
Click to expand it.
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