Commit fc08964e authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Install extremely useful program "replace"

parent df64a941
...@@ -66,7 +66,7 @@ IF(CMAKE_SYSTEM_NAME STREQUAL "SunOS") ...@@ -66,7 +66,7 @@ IF(CMAKE_SYSTEM_NAME STREQUAL "SunOS")
ENDIF() ENDIF()
ADD_EXECUTABLE(replace replace.c) MYSQL_ADD_EXECUTABLE(replace replace.c)
TARGET_LINK_LIBRARIES(replace mysys) TARGET_LINK_LIBRARIES(replace mysys)
IF(UNIX) IF(UNIX)
MYSQL_ADD_EXECUTABLE(innochecksum innochecksum.c) MYSQL_ADD_EXECUTABLE(innochecksum innochecksum.c)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment