Fixed a build error on solaris sparc in the mysql-5.5-wl1054 tree
This commit is contained in:
parent
881a76699e
commit
a843a6873c
@ -22,7 +22,7 @@ INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include
|
|||||||
|
|
||||||
MACRO (MY_ADD_TEST name)
|
MACRO (MY_ADD_TEST name)
|
||||||
ADD_EXECUTABLE(${name}-t ${name}-t.c)
|
ADD_EXECUTABLE(${name}-t ${name}-t.c)
|
||||||
TARGET_LINK_LIBRARIES(${name}-t mytap mysys)
|
TARGET_LINK_LIBRARIES(${name}-t mytap mysys strings)
|
||||||
ADD_TEST(${name} ${name}-t)
|
ADD_TEST(${name} ${name}-t)
|
||||||
ENDMACRO()
|
ENDMACRO()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user