From 86ea9d3b1b62c7eb126ced7c2263a4fa71788e40 Mon Sep 17 00:00:00 2001 From: EverOddish Date: Tue, 25 Sep 2018 21:13:02 -0400 Subject: [PATCH] Adding description to CMake option --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dee71e5e3..603824f6b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ option(ENABLE_CUBEB "Enables the cubeb audio backend" ON) option(USE_DISCORD_PRESENCE "Enables Discord Rich Presence" OFF) -option(ENABLE_SCRIPTING ON) +option(ENABLE_SCRIPTING "Enables scripting support" ON) if(NOT EXISTS ${CMAKE_SOURCE_DIR}/.git/hooks/pre-commit) message(STATUS "Copying pre-commit hook")