Set threads package required. Hopefully fixes issue 97.

This commit is contained in:
castano 2009-06-13 14:29:28 +00:00
parent 0a5c0283f6
commit f0b3856f8e

View File

@ -105,7 +105,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)