diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-03-11 15:20:24 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-03-11 15:20:24 +0100 |
commit | 75625f5652a4e8a6c5096d902fef47024d33b98a (patch) | |
tree | 862a75bf978b4c73a1ebcd7135511dafe54ea829 /mysys | |
parent | 2f9579151bf8861a99d5835d947586f5f6882baf (diff) | |
parent | 41d432462b905207b9a1cf51d2fcc88a7b09dd35 (diff) | |
download | mariadb-git-75625f5652a4e8a6c5096d902fef47024d33b98a.tar.gz |
merge mwl#55
Diffstat (limited to 'mysys')
-rw-r--r-- | mysys/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysys/CMakeLists.txt b/mysys/CMakeLists.txt index 7cbd34ef1af..8068318e4c2 100644 --- a/mysys/CMakeLists.txt +++ b/mysys/CMakeLists.txt @@ -48,6 +48,4 @@ SET(MYSYS_SOURCES array.c charset-def.c charset.c checksum.c default.c default_ IF(NOT SOURCE_SUBLIBS) ADD_LIBRARY(mysys ${MYSYS_SOURCES}) - - INSTALL(TARGETS mysys DESTINATION lib/opt COMPONENT runtime) # TODO: Component? ENDIF(NOT SOURCE_SUBLIBS) |