diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ab620e9d9ae..f93a5d64578 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,15 +32,15 @@ endif() include(CheckCXXSourceRuns) include(CheckIncludeFiles) +# set default buildoptions and print them +include(cmake/options.cmake) + # turn off PCH totally if enabled (hidden setting, mainly for devs) if( NOPCH ) set(USE_COREPCH 0) set(USE_SCRIPTPCH 0) endif() -# set default buildoptions and print them -include(cmake/options.cmake) - include(CheckPlatform) # basic packagesearching and setup (further support will be needed, this is a preliminary release!) |