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.
2 parents 6638f41 + b8e1ade commit bf0159bCopy full SHA for bf0159b
src/CMakeLists.txt
@@ -317,11 +317,6 @@ foreach(ff_comp IN LISTS all_comps)
317
318
endforeach()
319
320
-################### Threads ####################
321
-# Threading library -- uses IMPORTED target Threads::Threads (since CMake 3.1)
322
-set(CMAKE_THREAD_PREFER_PTHREAD TRUE)
323
-set(THREADS_PREFER_PTHREAD_FLAG TRUE)
324
-
325
################### OPENMP #####################
326
# Check for OpenMP (used for multi-core processing)
327
0 commit comments