mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
cmake 2.6 compat
This commit is contained in:
parent
86a2d70779
commit
a468337924
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ IF(NOT WIN32)
|
||||||
ENDFOREACH(file)
|
ENDFOREACH(file)
|
||||||
ADD_CUSTOM_COMMAND(OUTPUT dbug-t DEPENDS tests-t.pl
|
ADD_CUSTOM_COMMAND(OUTPUT dbug-t DEPENDS tests-t.pl
|
||||||
COMMAND cp -f ${CMAKE_CURRENT_SOURCE_DIR}/tests-t.pl dbug-t)
|
COMMAND cp -f ${CMAKE_CURRENT_SOURCE_DIR}/tests-t.pl dbug-t)
|
||||||
ADD_CUSTOM_TARGET(dbug-t ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/dbug-t)
|
ADD_CUSTOM_TARGET(dbug-unit-tests ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/dbug-t)
|
||||||
MY_ADD_TEST(dbug)
|
MY_ADD_TEST(dbug)
|
||||||
|
|
||||||
IF(GROFF)
|
IF(GROFF)
|
||||||
|
|
Loading…
Reference in a new issue