Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Turned script building back on.
Browse files Browse the repository at this point in the history
Signed-off-by: SkyFire <[email protected]>
  • Loading branch information
SkyFire committed Dec 23, 2013
1 parent 9f20732 commit f5b9da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

option(SERVERS "Build worldserver and authserver" 1)
option(SCRIPTS "Build core with scripts included" 0)
option(SCRIPTS "Build core with scripts included" 1)
option(TOOLS "Build map/vmap/mmap extraction/assembler tools" 0)
option(USE_SCRIPTPCH "Use precompiled headers when compiling scripts" 1)
option(USE_COREPCH "Use precompiled headers when compiling servers" 1)
Expand Down

0 comments on commit f5b9da9

Please sign in to comment.