1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Removed threading package option.

It didn't do what I thought it did.
This commit is contained in:
Camilla Berglund 2013-01-05 18:43:09 +01:00
parent 279c32e3f9
commit fc79e0a3a8

View File

@ -30,7 +30,6 @@ else()
find_package(OpenGL REQUIRED) find_package(OpenGL REQUIRED)
endif() endif()
set(CMAKE_THREAD_PREFER_PTHREAD OFF)
find_package(Threads REQUIRED) find_package(Threads REQUIRED)
#-------------------------------------------------------------------- #--------------------------------------------------------------------