needed to remove REQUIRED from find_package(Threads)

This commit is contained in:
Thomas Winget 2014-06-13 00:01:04 -04:00
parent d433a696e5
commit 45bd182363

View file

@ -23,7 +23,7 @@ set(STATIC ${MSVC} CACHE BOOL "Link libraries statically")
if (UNIX AND NOT APPLE)
# Note that at the time of this writing the -Wstrict-prototypes flag added below will make this fail
find_package(Threads REQUIRED)
find_package(Threads)
endif()
if(MSVC)