aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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("")