Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review 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
mantidproject
mantid
Commits
f65f079f
Commit
f65f079f
authored
3 years ago
by
Stephen
Browse files
Options
Downloads
Patches
Plain Diff
Add cmake preset
parent
1da4df5c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakePresets.json
+23
-0
23 additions, 0 deletions
CMakePresets.json
with
23 additions
and
0 deletions
CMakePresets.json
0 → 100644
+
23
−
0
View file @
f65f079f
{
"version"
:
1
,
"cmakeMinimumRequired"
:
{
"major"
:
3
,
"minor"
:
19
,
"patch"
:
0
},
"configurePresets"
:
[
{
"name"
:
"conda-osx"
,
"displayName"
:
"conda-osx"
,
"description"
:
"Default build options for an OSX conda build"
,
"generator"
:
"Ninja"
,
"binaryDir"
:
"${sourceDir}/build"
,
"cacheVariables"
:
{
"CMAKE_FIND_FRAMEWORK"
:
"LAST"
,
"CMAKE_PREFIX_PATH"
:
"$env{CONDA_PREFIX}"
,
"USE_PYTHON_DYNAMIC_LIB"
:
"OFF"
,
"Qt5_DIR"
:
"$env{CONDA_PREFIX}/lib/cmake/qt5"
}
}
]
}
\ 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