Commit 379ffc6e authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-19765 Bug in CMakeLists.txt introduced by MDEV-11670

fix a typo

followup for 6e5c2466
parent b3f3b3ea
...@@ -97,7 +97,7 @@ IF(UNIX) ...@@ -97,7 +97,7 @@ IF(UNIX)
ELSE() ELSE()
SET(sysconfdir "/etc") SET(sysconfdir "/etc")
ENDIF() ENDIF()
IF(INSTALL_SYSCONFDIR) IF(INSTALL_SYSCONF2DIR)
SET(sysconf2dir ${INSTALL_SYSCONF2DIR}) SET(sysconf2dir ${INSTALL_SYSCONF2DIR})
ELSE() ELSE()
SET(sysconf2dir "${sysconfdir}/mysql") SET(sysconf2dir "${sysconfdir}/mysql")
......
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