Skip to content

Commit

Permalink
Whoops, lost a newline in here.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 21, 2015
1 parent 3c76d2f commit 161e5d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/sdlchecks.cmake
Expand Up @@ -836,7 +836,8 @@ macro(CheckPTHREAD)
#include <pthread_np.h>
int main(int argc, char** argv) { return 0; }" HAVE_PTHREAD_NP_H)
check_function_exists(pthread_setname_np HAVE_PTHREAD_SETNAME_NP)
check_function_exists(pthread_set_name_np HAVE_PTHREAD_SET_NAME_NP) set(CMAKE_REQUIRED_FLAGS)
check_function_exists(pthread_set_name_np HAVE_PTHREAD_SET_NAME_NP)
set(CMAKE_REQUIRED_FLAGS)

set(SOURCE_FILES ${SOURCE_FILES}
${SDL2_SOURCE_DIR}/src/thread/pthread/SDL_systhread.c
Expand Down

0 comments on commit 161e5d1

Please sign in to comment.