diff options
author | click <none@none> | 2010-08-28 21:42:07 +0200 |
---|---|---|
committer | click <none@none> | 2010-08-28 21:42:07 +0200 |
commit | 3fa20f4cf340e9f28e450ba388b16f7849f07d11 (patch) | |
tree | 17a876afb4126b4f0c3cb08fbacf0790bf064ac8 /cmake/options.cmake | |
parent | a6d681b41cd22b64249d1d61e86cbf9260027dfe (diff) |
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
Diffstat (limited to 'cmake/options.cmake')
-rw-r--r-- | cmake/options.cmake | 2 |
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 ) |