mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-09 01:01:53 +00:00
Restore orphaned enable-openmp
This commit is contained in:
parent
2779d5b2b8
commit
308cf73796
1 changed files with 1 additions and 1 deletions
|
@ -720,7 +720,7 @@ endif ( enable-threads )
|
|||
|
||||
unset ( HAVE_OPENMP CACHE )
|
||||
find_package ( OpenMP QUIET )
|
||||
if ( OpenMP_FOUND OR OpenMP_C_FOUND )
|
||||
if (enable-openmp AND ( OpenMP_FOUND OR OpenMP_C_FOUND ) )
|
||||
message(STATUS "Found OpenMP version: ${OpenMP_C_VERSION} date: ${OpenMP_C_SPEC_DATE}")
|
||||
if ( TARGET OpenMP::OpenMP_C AND (( NOT OpenMP_C_SPEC_DATE LESS "201307" ) OR NOT ( OpenMP_C_VERSION VERSION_LESS "4.0" )) )
|
||||
#[[ cmake_print_properties( TARGETS OpenMP::OpenMP_C
|
||||
|
|
Loading…
Reference in a new issue