diff options
| author | click <none@none> | 2010-09-25 08:06:58 +0200 |
|---|---|---|
| committer | click <none@none> | 2010-09-25 08:06:58 +0200 |
| commit | 0fa7d24637613c376586f575bc54337905ff109e (patch) | |
| tree | c43f4a4d392f69d86eca6c2b55063c6c54d6615a | |
| parent | 62946f9ef643e33adbb0b4fe1d5139a1cb37dae1 (diff) | |
BuildSystem: Use correct variable-name for the SQL-installation
Closes issue 4163
--HG--
branch : trunk
| -rw-r--r-- | sql/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/CMakeLists.txt b/sql/CMakeLists.txt index 25537fecf67..fc4999414df 100644 --- a/sql/CMakeLists.txt +++ b/sql/CMakeLists.txt @@ -1,6 +1,6 @@ -if( SQL ) +if( WITH_SQL ) add_subdirectory(updates) add_subdirectory(scripts) add_subdirectory(base) add_subdirectory(create) -endif( SQL ) +endif() |
