Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
C++ project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON Templates
C++ project
Merge requests
!1
CWG-10
Skeleton C++.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
CWG-10
Skeleton C++.
CWG-10-skeleton-for-C++
into
main
Overview
45
Commits
3
Pipelines
11
Changes
1
Merged
CWG-10 Skeleton C++.
Klaas Kliffen
requested to merge
CWG-10-skeleton-for-C++
into
main
Aug 17, 2022
Overview
34
Commits
3
Pipelines
11
Changes
1
Initial C++ skeleton project.
Edited
Aug 17, 2022
by
Klaas Kliffen
0
0
Merge request reports
Viewing commit
c6bcd4e5
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
c6bcd4e5
Fix find command in format-cmake.sh
· c6bcd4e5
Marcel Loose
authored
Sep 14, 2022
scripts/format-cmake.sh
+
1
−
1
View file @ c6bcd4e5
Edit in single-file editor
Open in Web IDE
Show full file
@@ -9,4 +9,4 @@ fi
ROOT
=
"
$(
git rev-parse
--show-toplevel
)
"
find
"
$ROOT
"
-type
d
-name
build
-prune
-false
-o
-type
f
-name
'CMakeLists.txt'
-o
-name
'*.cmake'
-exec
cmake-format
-i
\{
}
\;
find
"
$ROOT
"
-type
d
-name
build
-prune
-false
-o
\(
-type
f
-name
'CMakeLists.txt'
-o
-name
'*.cmake'
\)
-exec
cmake-format
-i
\{
}
\;
Loading