diff options
author | Adam <Adam@anope.org> | 2012-05-24 21:54:15 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-05-24 21:54:15 -0400 |
commit | 38d5f20deba313355943883b7b539a82f7a701ee (patch) | |
tree | acf8a422c82d760d666a5aa35abec90a17cc7905 /CMakeLists.txt | |
parent | 70fb5900a2cc8eb00d1d25b39bd137488e845338 (diff) |
Added a ./Config option for using precompiled headers
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 737754006..a1a5c9b6b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -218,6 +218,7 @@ find_package(Gettext) # Add an optional variable for using run-cc.pl for building, Perl will be checked later regardless of this setting option(USE_RUN_CC_PL "Use run-cc.pl for building" OFF) +option(USE_PCH "Use precompiled headers" OFF) # Use the following directories as includes # Note that it is important the binary include directory comes before the |