Skip to content

Commit ae71f98

Browse files
committed
HPCC-31641 Remove old cmake "FindXXX" modules
Signed-off-by: Gordon Smith <[email protected]>
1 parent aa11da5 commit ae71f98

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

cmake_modules/commonSetup.cmake

+1-6
Original file line numberDiff line numberDiff line change
@@ -892,12 +892,7 @@ IF ("${COMMONSETUP_DONE}" STREQUAL "")
892892
endif(USE_AZURE)
893893

894894
if(USE_MYSQL_REPOSITORY)
895-
find_package(MYSQL)
896-
if (MYSQL_FOUND)
897-
add_definitions (-D_USE_MYSQL_REPOSITORY)
898-
else()
899-
message(FATAL_ERROR "MYSQL requested but package not found")
900-
endif()
895+
add_definitions (-D_USE_MYSQL_REPOSITORY)
901896
else()
902897
add_definitions (-D_NO_MYSQL_REPOSITORY)
903898
endif(USE_MYSQL_REPOSITORY)

0 commit comments

Comments
 (0)