diff options
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 9a1f20c..3f7d582 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -72,7 +72,7 @@ if( BUILD_NOATUN_PLUGINS ) tde_message_fatal( "SDL is requested, but was not found on your system" ) endif ( ) set ( SDL_INCLUDE_DIRS /usr/include/SDL ) - set ( SDL_LIBRARIES SDL pthread ) + set ( SDL_LIBRARIES SDL ${CMAKE_THREAD_LIBS_INIT} ) endif( ) endif( WITH_SDL ) |