]> git.sesse.net Git - vlc/commitdiff
Check for thread system
authorRémi Denis-Courmont <rem@videolan.org>
Mon, 4 Feb 2008 21:02:10 +0000 (21:02 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Mon, 4 Feb 2008 21:02:10 +0000 (21:02 +0000)
extras/buildsystem/cmake/include/config.cmake

index 9cb3eab60bc04abe67cfca075b24c7d8901317d1..38e3de5833aa177df3f04a60b606bb084cd6bc09 100644 (file)
@@ -3,6 +3,7 @@ include (CheckTypeSize)
 include (CheckCSourceCompiles)
 include (CheckSymbolExists)
 include (CheckLibraryExists)
+include (FindThreads)
 
 include( ${CMAKE_SOURCE_DIR}/cmake/vlc_check_include_files.cmake )
 include( ${CMAKE_SOURCE_DIR}/cmake/vlc_check_functions_exist.cmake )