mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-15 01:46:00 +08:00
FIX: fix a typo when building glfw
Change-Id: Ica11dba33f963230566ceceb65c8d51dea2446e8
This commit is contained in:
parent
9d37a31338
commit
3cee03b6f1
4
deps/GLFW/GLFW.cmake
vendored
4
deps/GLFW/GLFW.cmake
vendored
@ -7,9 +7,9 @@ else()
|
||||
endif()
|
||||
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||
set(_glfw_use_wayland "-DGLFW_USE_WAYLAND=ON")
|
||||
set(_glfw_use_wayland "-DGLFW_USE_WAYLAND=ON")
|
||||
else()
|
||||
set(_glfw_use_wayland "-DGLFW_USE_WAYLAND=FF")
|
||||
set(_glfw_use_wayland "-DGLFW_USE_WAYLAND=OFF")
|
||||
endif()
|
||||
|
||||
bambustudio_add_cmake_project(GLFW
|
||||
|
Loading…
x
Reference in New Issue
Block a user