diff options
author | runningnak3d <runningnak3d@gmail.com> | 2011-04-04 10:51:55 -0400 |
---|---|---|
committer | runningnak3d <runningnak3d@li205-164.members.linode.com> | 2011-04-04 10:54:07 -0400 |
commit | be6b73145bdaf8c546baecf4a361248f7cfccae3 (patch) | |
tree | 0580892fa579c0de4bc8cf298a172bc5f4924d34 /cmake/options.cmake | |
parent | a6d10667f6042cc16fd4fe23c24c05bf345ebd2b (diff) |
Core/BuildSystem: Removed -WITH_SQL Cmake option as it was confusing some users.
Diffstat (limited to 'cmake/options.cmake')
-rw-r--r-- | cmake/options.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/options.cmake b/cmake/options.cmake index 00882d9bcb6..17edc2697b7 100644 --- a/cmake/options.cmake +++ b/cmake/options.cmake @@ -16,4 +16,3 @@ option(USE_COREPCH "Use precompiled headers when compiling servers" option(USE_SFMT "Use SFMT as random numbergenerator" 0) option(WITH_WARNINGS "Show all warnings during compile" 0) option(WITH_COREDEBUG "Include additional debug-code in core" 0) -option(WITH_SQL "Copy SQL files during installation" 0) |