Skip to content

Commit 061f84a

Browse files
committed
cmake: remove unused files
1 parent 65d69c8 commit 061f84a

File tree

5 files changed

+2
-94
lines changed

5 files changed

+2
-94
lines changed

BUILD/cmake_configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# MA 02110-1301, USA
1919

2020
# Ensure cmake and perl are there
21-
cmake -P cmake/check_minimal_version.cmake >/dev/null 2>&1 || HAVE_CMAKE=no
21+
cmake --help >/dev/null 2>&1 || HAVE_CMAKE=no
2222
perl --version >/dev/null 2>&1 || HAVE_PERL=no
2323
scriptdir=`dirname $0`
2424
if test "$HAVE_CMAKE" = "no"

cmake/cat.cmake

Lines changed: 0 additions & 28 deletions
This file was deleted.

cmake/check_minimal_version.cmake

Lines changed: 0 additions & 20 deletions
This file was deleted.

cmake/compile_flags.cmake

Lines changed: 0 additions & 44 deletions
This file was deleted.

cmake/ctest.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MACRO(MY_ADD_TEST name)
55
ADD_TEST(${name} ${name}-t)
66
ENDMACRO()
77

8-
MACRO (MY_ADD_TESTS)
8+
MACRO(MY_ADD_TESTS)
99
MYSQL_PARSE_ARGUMENTS(ARG "LINK_LIBRARIES;EXT" "" ${ARGN})
1010

1111
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include

0 commit comments

Comments
 (0)