Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
StatAnalysis
Manage
Activity
Members
Labels
Plan
Issues
15
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
atlas
StatAnalysis
Merge requests
!382
Update CMakeLists.txt
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update CMakeLists.txt
zewolffs-0.5-patch-88322
into
0.5
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Zef Wolffs
requested to merge
zewolffs-0.5-patch-88322
into
0.5
4 weeks ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
0.5
0.5 (base)
and
latest version
latest version
1d7e28bf
1 commit,
4 weeks ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
CMakeLists.txt
+
1
−
1
Options
@@ -3,7 +3,7 @@
# Set up the project.
cmake_minimum_required
(
VERSION 3.6
)
set
(
CMAKE_FIND_NO_INSTALL_PREFIX TRUE
)
# don't add installation location to find path
project
(
StatAnalysis VERSION 0.5.
0
LANGUAGES C CXX
)
project
(
StatAnalysis VERSION 0.5.
1
LANGUAGES C CXX
)
set
(
CMAKE_CXX_STANDARD 17 CACHE STRING
"Default value for CXX_STANDARD property of targets"
)
# Default C++17 standard
Loading