mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 23:33:16 +01:00
Removed threading package option.
It didn't do what I thought it did.
This commit is contained in:
@@ -30,7 +30,6 @@ else()
|
||||
find_package(OpenGL REQUIRED)
|
||||
endif()
|
||||
|
||||
set(CMAKE_THREAD_PREFER_PTHREAD OFF)
|
||||
find_package(Threads REQUIRED)
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user