Skip to content
Snippets Groups Projects
Commit f65f079f authored by Stephen's avatar Stephen
Browse files

Add cmake preset

parent 1da4df5c
No related branches found
No related tags found
No related merge requests found
{
"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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment