mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
Use required option for glfw3
This commit is contained in:
parent
925718ff6d
commit
328e53852a
@ -21,7 +21,7 @@ else(MSVC)
|
||||
set(GLFW_LIBRARY glfw)
|
||||
endif(MSVC)
|
||||
|
||||
find_package(glfw3)
|
||||
find_package(glfw3 REQUIRED)
|
||||
|
||||
find_library(WGPU_LIBRARY wgpu_native
|
||||
HINTS "${CMAKE_CURRENT_SOURCE_DIR}/../../target/debug"
|
||||
|
Loading…
Reference in New Issue
Block a user