Commit 2ca2dcac authored by Sergei Golubchik's avatar Sergei Golubchik Committed by Monty

aria is mandatory now, so don't bother with CMAKE_DEPENDENT_OPTION

parent 043a3a01
......@@ -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)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment