Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CubePluginProject
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
Abhishek Racharla
CubePluginProject
Commits
cc88ca52
Commit
cc88ca52
authored
1 week ago
by
Abhishek Racharla
Browse files
Options
Downloads
Patches
Plain Diff
Delete CMakePresets.json
parent
02636b62
Branches
main
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakePresets.json
+0
-17
0 additions, 17 deletions
CMakePresets.json
with
0 additions
and
17 deletions
CMakePresets.json
deleted
100644 → 0
+
0
−
17
View file @
02636b62
{
"version"
:
8
,
"configurePresets"
:
[
{
"name"
:
"Configure preset using toolchain file"
,
"displayName"
:
"Configure preset using toolchain file"
,
"description"
:
"Sets Ninja generator, build and install directory"
,
"generator"
:
"Ninja"
,
"binaryDir"
:
"${sourceDir}/out/build/${presetName}"
,
"cacheVariables"
:
{
"CMAKE_BUILD_TYPE"
:
"Debug"
,
"CMAKE_TOOLCHAIN_FILE"
:
""
,
"CMAKE_INSTALL_PREFIX"
:
"${sourceDir}/out/install/${presetName}"
}
}
]
}
\ No newline at end of file
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