Skip to content

Commit 8bbfe31

Browse files
committed
Add OpenMP option to presets
1 parent 1b8e0d7 commit 8bbfe31

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dynadjust/CMakePresets.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"cacheVariables": {
1313
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
1414
"VCPKG_TARGET_TRIPLET": "x64-windows",
15-
"USE_MKL": "OFF"
15+
"USE_MKL": "OFF",
16+
"USE_OPENMP": "ON"
1617
}
1718
},
1819
{
@@ -26,6 +27,7 @@
2627
"VCPKG_TARGET_TRIPLET": "x64-windows",
2728
"CMAKE_PREFIX_PATH": "C:\\Program Files (x86)\\Intel\\oneAPI\\mkl\\2025.2\\lib\\cmake\\mkl;$env{CMAKE_PREFIX_PATH}",
2829
"USE_MKL": "ON",
30+
"USE_OPENMP": "OFF",
2931
"MKL_ARCH": "intel64",
3032
"MKL_MPI": "intelmpi",
3133
"MKL_LINK": "dynamic",

0 commit comments

Comments
 (0)