Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GettingStartedWithModernCpp
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.4.
Show more breadcrumbs
Formations
Cpp
GettingStartedWithModernCpp
Commits
3fcac711
Commit
3fcac711
authored
2 years ago
by
GILLES Sebastien
Browse files
Options
Downloads
Patches
Plain Diff
Heed CMake warning.
parent
4e2b0181
No related branches found
No related tags found
1 merge request
!46
HandOn: rename DisplayMultiply() DisplaySumOfMultiply()
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
HandsOn/Config/cmake/Settings.cmake
+2
-2
2 additions, 2 deletions
HandsOn/Config/cmake/Settings.cmake
with
2 additions
and
2 deletions
HandsOn/Config/cmake/Settings.cmake
+
2
−
2
View file @
3fcac711
...
...
@@ -20,5 +20,5 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
endif
()
set
(
CMAKE_CXX_STANDARD 17 CACHE INTEGER
"Version of the C++ standard to use"
)
set
(
CMAKE_CXX_EXTENSIONS OFF CACHE BOOL
"If ON the GNU version of the standard is used."
)
\ No newline at end of file
set
(
CMAKE_CXX_STANDARD 17 CACHE STRING
"Version of the C++ standard to use"
)
set
(
CMAKE_CXX_EXTENSIONS OFF CACHE BOOL
"If ON the GNU version of the standard is used."
)
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