From e61780dcef06eb9ae1e3395d17e052f1e4c31ec4 Mon Sep 17 00:00:00 2001 From: Leif Walsh Date: Wed, 17 Apr 2013 00:01:36 -0400 Subject: [PATCH] refs #6566 install README-TOKUDB with the fractal tree git-svn-id: file:///svn/toku/tokudb@55583 c7de825b-a66e-492c-adef-691d508d4ae1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f820ae3449..ee76c1244f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,7 +57,7 @@ add_subdirectory(toku_include) add_subdirectory(examples) install( - FILES README + FILES README README-TOKUDB DESTINATION . )