diff options
| author | Tony Barbour <tony@LunarG.com> | 2016-12-09 13:14:58 -0700 |
|---|---|---|
| committer | Tony Barbour <tony@LunarG.com> | 2016-12-09 13:16:28 -0700 |
| commit | 39b5347ef7c5a6367d4c9f7f5ae8ee3a2bab92c6 (patch) | |
| tree | 432bf2cd900b06afef07d13a18d8692eb59d9e73 | |
| parent | e312eacc98a8e840b53343f940835807630ce62b (diff) | |
| download | usermoji-39b5347ef7c5a6367d4c9f7f5ae8ee3a2bab92c6.tar.xz | |
demos: Make DEMOS_WSI_SELECTION a variable, not an option
Change-Id: I8e10ce8df3d569c13f0adf6c09e5bd431279bc2d
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f59335a..60eef888 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux") option(BUILD_WSI_XLIB_SUPPORT "Build Xlib WSI support" ON) option(BUILD_WSI_WAYLAND_SUPPORT "Build Wayland WSI support" ON) option(BUILD_WSI_MIR_SUPPORT "Build Mir WSI support" ON) - option(DEMOS_WSI_SELECTION "Select WSI to use to build demos" XCB) + set(DEMOS_WSI_SELECTION XCB) if (BUILD_WSI_XCB_SUPPORT) find_package(XCB REQUIRED) |
