Sfoglia il codice sorgente

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 anni fa
parent
commit
e643fdab23
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      cmake_modules/commonSetup.cmake

+ 0 - 1
cmake_modules/commonSetup.cmake

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