diff options
| -rw-r--r-- | host/lib/utils/CMakeLists.txt | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/host/lib/utils/CMakeLists.txt b/host/lib/utils/CMakeLists.txt index b50e91299..95105f917 100644 --- a/host/lib/utils/CMakeLists.txt +++ b/host/lib/utils/CMakeLists.txt @@ -54,6 +54,7 @@ CHECK_CXX_SOURCE_COMPILES("  IF(HAVE_PTHREAD_SETSCHEDPARAM)      MESSAGE(STATUS "  Priority scheduling supported through pthread_setschedparam.")      SET(THREAD_PRIO_DEFS HAVE_PTHREAD_SETSCHEDPARAM) +    LIBUHD_APPEND_LIBS(pthread)  ELSEIF(HAVE_WIN_SETTHREADPRIORITY)      MESSAGE(STATUS "  Priority scheduling supported through windows SetThreadPriority.")      SET(THREAD_PRIO_DEFS HAVE_WIN_SETTHREADPRIORITY) | 
