Fix CMake option

This commit is contained in:
2018-09-18 22:23:27 +02:00
parent 6993466c60
commit 4bd097c8a7

View File

@@ -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)