aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorSebastian Valle <s.v.h21@hotmail.com>2013-10-04 22:31:53 -0500
committerSebastian Valle <s.v.h21@hotmail.com>2013-10-04 22:31:53 -0500
commita84ed0af67c1fff5cb5b0cd0b05f76b747d96c36 (patch)
treeb2ec9249f79e266f2f384839acd86c9ba3633df5 /cmake
parenta27237dedd1b770ab4e66570e7a236a44d2c9e00 (diff)
parentd897b55e9bad8ed1655b0538c6b032ba07cc1c55 (diff)
Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmaps_rw
Diffstat (limited to 'cmake')
-rw-r--r--cmake/showoptions.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/showoptions.cmake b/cmake/showoptions.cmake
index 08dc2a0cfcb..2d21136d661 100644
--- a/cmake/showoptions.cmake
+++ b/cmake/showoptions.cmake
@@ -28,7 +28,6 @@ if( SCRIPTS )
add_definitions(-DSCRIPTS)
else()
message("* Build with scripts : No")
- set(USE_SCRIPTPCH 0)
endif()
if( TOOLS )