summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake5
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 )