summaryrefslogtreecommitdiff
path: root/storage/tokudb/ft-index/toku_include/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'storage/tokudb/ft-index/toku_include/CMakeLists.txt')
-rw-r--r--storage/tokudb/ft-index/toku_include/CMakeLists.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/storage/tokudb/ft-index/toku_include/CMakeLists.txt b/storage/tokudb/ft-index/toku_include/CMakeLists.txt
deleted file mode 100644
index 44291012538..00000000000
--- a/storage/tokudb/ft-index/toku_include/CMakeLists.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-configure_file(toku_config.h.in toku_config.h)
-add_custom_target(generate_config_h DEPENDS
- "${CMAKE_CURRENT_BINARY_DIR}/toku_config.h")
-
-# detect when we are being built as a subproject
-if (NOT DEFINED MYSQL_PROJECT_NAME_DOCSTRING)
- install(
- FILES toku_list.h toku_os.h
- DESTINATION include
- COMPONENT tokukv_headers
- )
- install(
- FILES "${CMAKE_CURRENT_BINARY_DIR}/toku_config.h"
- DESTINATION include
- COMPONENT tokukv_headers
- )
-endif () \ No newline at end of file