summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2019-05-05 19:50:12 +0200
committerMonty <monty@mariadb.org>2019-05-23 01:20:18 +0300
commit2ca2dcac6ab75b6bda74280dfa9b7a1a2cb069fc (patch)
tree5a473257eaeb09cf45a1057447c41c3f51b9ba57
parent043a3a0176e220e4648521b2e89881c5261e6dd4 (diff)
downloadmariadb-git-2ca2dcac6ab75b6bda74280dfa9b7a1a2cb069fc.tar.gz
aria is mandatory now, so don't bother with CMAKE_DEPENDENT_OPTION
-rw-r--r--storage/maria/CMakeLists.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/storage/maria/CMakeLists.txt b/storage/maria/CMakeLists.txt
index 6ed370653d5..0ecbbae3f04 100644
--- a/storage/maria/CMakeLists.txt
+++ b/storage/maria/CMakeLists.txt
@@ -13,8 +13,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-INCLUDE(CMakeDependentOption)
-
INCLUDE_DIRECTORIES(
${SSL_INCLUDE_DIRS}
)
@@ -110,6 +108,5 @@ IF (MSVC)
SET_TARGET_PROPERTIES(aria_chk aria_pack PROPERTIES LINK_FLAGS "setargv.obj")
ENDIF()
-CMAKE_DEPENDENT_OPTION(USE_ARIA_FOR_TMP_TABLES "Use Aria for temporary tables" ON
- "WITH_ARIA_STORAGE_ENGINE" OFF)
+OPTION(USE_ARIA_FOR_TMP_TABLES "Use Aria for temporary tables" ON)