Mark threads as required.

pull/216/head
castano 15 years ago
parent 71f29a27f3
commit 63897f3fe6

@ -120,7 +120,8 @@ ENDIF(OPENEXR_FOUND)
FIND_PACKAGE(Qt4)
# Threads
FIND_PACKAGE(Threads)
FIND_PACKAGE(Threads REQUIRED)
MESSAGE(STATUS "Use thread library: ${CMAKE_THREAD_LIBS_INIT}")
# configuration file
INCLUDE(CheckIncludeFiles)

Loading…
Cancel
Save