From 1865511e2183892492057c022347f8a6d69ac79a Mon Sep 17 00:00:00 2001 From: click Date: Mon, 9 May 2011 10:54:27 +0200 Subject: [PATCH] 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...) --- cmake/showoptions.cmake | 6 ------ 1 file changed, 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("")