Skip to content

Commit

Permalink
HPCC-31641 Remove old cmake "FindXXX" modules
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Apr 30, 2024
1 parent aa11da5 commit ae71f98
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions cmake_modules/commonSetup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -892,12 +892,7 @@ IF ("${COMMONSETUP_DONE}" STREQUAL "")
endif(USE_AZURE)

if(USE_MYSQL_REPOSITORY)
find_package(MYSQL)
if (MYSQL_FOUND)
add_definitions (-D_USE_MYSQL_REPOSITORY)
else()
message(FATAL_ERROR "MYSQL requested but package not found")
endif()
add_definitions (-D_USE_MYSQL_REPOSITORY)
else()
add_definitions (-D_NO_MYSQL_REPOSITORY)
endif(USE_MYSQL_REPOSITORY)
Expand Down

0 comments on commit ae71f98

Please sign in to comment.