CMake: disable scripting on default
This commit is contained in:
parent
0962ab8da9
commit
fc46bba4f2
4 changed files with 4 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue