From 4bd097c8a77564e26877a6b38a9563048382d43b Mon Sep 17 00:00:00 2001 From: Bastien Date: Tue, 18 Sep 2018 22:23:27 +0200 Subject: [PATCH] Fix CMake option --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c18540..c87d141 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ set(CMAKE_VISIBILITY_INLINES_HIDDEN ON) set(CMAKE_C_STANDARD 99) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -ansi -pedantic -Werror=implicit-function-declaration -Werror=incompatible-pointer-types") -option(ENABLE_XCB ON) +option(ENABLE_XCB "Enable XCB" ON) find_package(OpenGL REQUIRED) find_package(openhmd REQUIRED)