mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-03-04 15:51:00 +00:00
[client] cmake: fix typo in cmake configuration
This commit is contained in:
parent
ee8c883201
commit
ab79dae0b8
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ option(ENABLE_UBSAN "Build with UndefinedBehaviorSanitizer" OFF)
|
|||
add_feature_info(ENABLE_UBSAN ENABLE_UBSAN "UndefinedBehaviorSanitizer support.")
|
||||
|
||||
option(ENABLE_X11 "Build with X11 support" ON)
|
||||
add_feature_info(ENABLE_WAYLAND ENABLE_X11 "X11 support.")
|
||||
add_feature_info(ENABLE_X11 ENABLE_X11 "X11 support.")
|
||||
|
||||
option(ENABLE_WAYLAND "Build with Wayland support" ON)
|
||||
add_feature_info(ENABLE_WAYLAND ENABLE_WAYLAND "Wayland support.")
|
||||
|
|
Loading…
Add table
Reference in a new issue