浏览代码

HPCC-13858 CMake not detecting MySQL include directory

Take out line that sets MYSQL_INCLUDE_DIR to empty string,  That allows FIND_PATH to set it in FindMYSQL
Shamser Ahmed 10 年之前
父节点
当前提交
e643fdab23
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      cmake_modules/commonSetup.cmake

+ 0 - 1
cmake_modules/commonSetup.cmake

@@ -668,7 +668,6 @@ IF ("${COMMONSETUP_DONE}" STREQUAL "")
         endif()
       else()
         add_definitions (-D_NO_MYSQL_REPOSITORY)
-        set(MYSQL_INCLUDE_DIR "")
       endif(USE_MYSQL_REPOSITORY)
 
       if(USE_APR)