aboutsummaryrefslogtreecommitdiff
path: root/cmake/showoptions.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/showoptions.cmake')
-rw-r--r--cmake/showoptions.cmake7
1 files changed, 3 insertions, 4 deletions
diff --git a/cmake/showoptions.cmake b/cmake/showoptions.cmake
index 93c57ef96f0..bb5cd1fe6b9 100644
--- a/cmake/showoptions.cmake
+++ b/cmake/showoptions.cmake
@@ -77,12 +77,11 @@ else()
endif()
if( WIN32 )
- if( EXTERNAL_MYSQL )
- message("* Use external MySQL : Yes")
+ if( USE_MYSQL_SOURCES )
+ message("* Use MySQL sourcetree : Yes (default)")
else()
- message("* Use external MySQL : No (default)")
+ message("* Use MySQL sourcetree : No")
endif()
endif( WIN32 )
message("")
-