diff options
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index d587bf1..205f5f5 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -98,6 +98,11 @@ if( NOT HAVE_LROUND ) endif( NOT HAVE_LROUND ) +##### check for thread support + +find_package( Threads ) + + ##### check architecture if( NOT CMAKE_ARCHITECTURE ) |