aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclick <clickvd@gonnamakeyou.com>2011-05-09 10:54:27 +0200
committerclick <clickvd@gonnamakeyou.com>2011-05-09 10:54:27 +0200
commit1865511e2183892492057c022347f8a6d69ac79a (patch)
treee0e977494a0f5a8cd43d5a978a1fcb6aa295db18
parenteff3c1f98ae0bade61a0b4d7a9e0c70f98a8b3d8 (diff)
Buildsystem: Remove an old remnant not removed in be6b73145bdaf (no use in showing a report about installing SQL-files when it's not available anymore...)
-rw-r--r--cmake/showoptions.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/cmake/showoptions.cmake b/cmake/showoptions.cmake
index 246c0a54e79..84d72356d06 100644
--- a/cmake/showoptions.cmake
+++ b/cmake/showoptions.cmake
@@ -77,10 +77,4 @@ if( WIN32 )
endif()
endif( WIN32 )
-if( WITH_SQL )
- message("* Install SQL-files : Yes")
-else()
- message("* Install SQL-files : No (default)")
-endif()
-
message("")