diff options
-rw-r--r-- | src/char_sql/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/char_sql/CMakeLists.txt b/src/char_sql/CMakeLists.txt index cbdee1669..6da79ac39 100644 --- a/src/char_sql/CMakeLists.txt +++ b/src/char_sql/CMakeLists.txt @@ -54,7 +54,6 @@ if( INSTALL_COMPONENT_RUNTIME ) DESTINATION "." COMPONENT Runtime_charserver_sql ) endif( INSTALL_COMPONENT_RUNTIME ) -set( HAVE_char-server_sql ON CACHE BOOL "char-server_sql target is available" ) message( STATUS "Creating target char-server_sql - done" ) else() message( STATUS "Skipping target char-server_sql (requires common_sql)" ) |