CMake: Remove USE_WAYLAND option (#3851)
* CMake: Remove USE_WAYLAND option * Consistency fix * Fix oversight
This commit is contained in:
parent
6e9dcdb599
commit
85a46e42bd
3 changed files with 10 additions and 4 deletions
|
@ -16,7 +16,6 @@ if(NOT glfw3_FOUND AND NOT USE_EXTERNAL_GLFW STREQUAL "ON" AND "${PLATFORM}" MAT
|
|||
set(GLFW_BUILD_TESTS OFF CACHE BOOL "" FORCE)
|
||||
set(GLFW_BUILD_EXAMPLES OFF CACHE BOOL "" FORCE)
|
||||
set(GLFW_INSTALL OFF CACHE BOOL "" FORCE)
|
||||
set(GLFW_BUILD_WAYLAND ${USE_WAYLAND} CACHE BOOL "" FORCE)
|
||||
set(GLFW_LIBRARY_TYPE "OBJECT" CACHE STRING "" FORCE)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue