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)