Edit

kc3-lang/SDL/cmake

Branch :

  • Show log

    Commit

  • Author : Ozkan Sezer
    Date : 2021-04-23 01:56:10
    Hash : 89a2980a
    Message : CMake: fixes to pthreads detection. changes unnecessary check_c_source_runs to check_c_source_compiles, removes the reduntant cross-compile check, and defines _GNU_SOURCE for PTHREAD_MUTEX_RECURSIVE checks just like the autotools version. Fixes: https://github.com/libsdl-org/SDL/issues/4262 Closes: https://github.com/libsdl-org/SDL/pull/4282