We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad75dbc commit 7bd6197Copy full SHA for 7bd6197
1 file changed
cmake/modules/FindKML.cmake
@@ -46,7 +46,7 @@ endif()
46
47
set(_kml_thread_variants multi locking nolocking)
48
if(KML_BLAS_THREADING STREQUAL "auto")
49
- if(DEFINED ENABLE_OPENMP AND ENABLE_OPENMP)
+ if(ENABLE_OPENMP)
50
set(_kml_blas_threading multi)
51
else()
52
set(_kml_blas_threading nolocking)
0 commit comments