Warn if OpenMP is disabled
This commit is contained in:
parent
9ef3e5ce63
commit
493f1bbc1c
2
vendor/cryptopp/CMakeLists.txt
vendored
2
vendor/cryptopp/CMakeLists.txt
vendored
@ -20,6 +20,8 @@ if(NOT DISABLE_OPENMP)
|
|||||||
message(FATAL_ERROR "Did not find OpenMP. Build with -DDISABLE_OPENMP=ON if you want to allow this and are willing to take the performance hit.")
|
message(FATAL_ERROR "Did not find OpenMP. Build with -DDISABLE_OPENMP=ON if you want to allow this and are willing to take the performance hit.")
|
||||||
endif(OPENMP_FOUND)
|
endif(OPENMP_FOUND)
|
||||||
endif()
|
endif()
|
||||||
|
else(NOT DISABLE_OPENMP)
|
||||||
|
message(WARNING "OpenMP is disabled. This can cause degraded performance.")
|
||||||
endif(NOT DISABLE_OPENMP)
|
endif(NOT DISABLE_OPENMP)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user