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)
ELSE()
SET(sysconfdir "/etc")
ENDIF()
IF(INSTALL_SYSCONFDIR)
IF(INSTALL_SYSCONF2DIR)
SET(sysconf2dir ${INSTALL_SYSCONF2DIR})
ELSE()
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