From 3fa20f4cf340e9f28e450ba388b16f7849f07d11 Mon Sep 17 00:00:00 2001 From: click Date: Sat, 28 Aug 2010 21:42:07 +0200 Subject: Buildsystem: Make options load BEFORE platformchecks, so they are preloaded correctly + add some more output to make it easier to find possible issues with the new layout --HG-- branch : trunk --- cmake/options.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/options.cmake') 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 ) -- cgit v1.2.3