CMake: quiet uninitialized warnings
This commit is contained in:
@@ -27,7 +27,7 @@ set(SRC
|
||||
set(LIB
|
||||
)
|
||||
|
||||
if(WITH_OPENMP_STATIC)
|
||||
if(WITH_OPENMP AND WITH_OPENMP_STATIC)
|
||||
list(APPEND LIB
|
||||
${OpenMP_LIBRARIES}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user