mirror of
https://github.com/glfw/glfw.git
synced 2025-04-06 05:55:09 +00:00
Restored use of CMake Threads package.
This commit is contained in:
parent
478347004d
commit
3d0ff1324c
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ else()
|
|||
find_package(OpenGL REQUIRED)
|
||||
endif()
|
||||
|
||||
set(CMAKE_THREAD_PREFER_PTHREAD OFF)
|
||||
find_package(Threads REQUIRED)
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Enable all warnings on GCC, regardless of OS
|
||||
#--------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue