Mark threads as required.

This commit is contained in:
castano 2009-06-13 14:27:53 +00:00
parent 71f29a27f3
commit 63897f3fe6

View File

@ -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)