CMake: disable scripting on default

This commit is contained in:
Weiyi Wang 2018-10-15 12:23:47 -04:00
parent 0962ab8da9
commit fc46bba4f2
4 changed files with 4 additions and 4 deletions

View file

@ -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 "Enables scripting support" ON)
option(ENABLE_SCRIPTING "Enables scripting support" OFF)
if(NOT EXISTS ${CMAKE_SOURCE_DIR}/.git/hooks/pre-commit)
message(STATUS "Copying pre-commit hook")