From 46778e5b0e7404a3c99deae44ecb0ae4ae6fa189 Mon Sep 17 00:00:00 2001 From: PieVieRo Date: Wed, 27 Nov 2024 17:44:16 +0100 Subject: [PATCH] CMakeOptions.txt: Added a missing `)` --- CMakeOptions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeOptions.txt b/CMakeOptions.txt index b387922b4..00ecb594d 100644 --- a/CMakeOptions.txt +++ b/CMakeOptions.txt @@ -24,7 +24,7 @@ enum_option(USE_EXTERNAL_GLFW "OFF;IF_POSSIBLE;ON" "Link raylib against system G option(GLFW_BUILD_WAYLAND "Build the bundled GLFW with Wayland support" OFF) option(GLFW_BUILD_X11 "Build the bundled GLFW with X11 support" ON) -option(INCLUDE_EVERYTHING "Include everything disabled by default (for CI usage" OFF) +option(INCLUDE_EVERYTHING "Include everything disabled by default (for CI usage)" OFF) set(OFF ${INCLUDE_EVERYTHING} CACHE INTERNAL "Replace any OFF by default with \${OFF} to have it covered by this option") include(ParseConfigHeader)