aboutsummaryrefslogtreecommitdiff
path: root/cmake/options.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/options.cmake')
-rw-r--r--cmake/options.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/options.cmake b/cmake/options.cmake
index 74f25621d44..270091432f0 100644
--- a/cmake/options.cmake
+++ b/cmake/options.cmake
@@ -49,7 +49,7 @@ if( SCRIPTS )
add_definitions(-DSCRIPTS)
else()
message("* Build with scripts : No")
- set(SCRIPTPCH 0)
+ set(USE_SCRIPTPCH 0)
endif()
if( TOOLS )