Commit f623ffcb authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

Revert "Cleanup"

This reverts commit fbd96859.

Should have been on a branch.
parent 29b92aca
...@@ -67,3 +67,4 @@ install( ...@@ -67,3 +67,4 @@ install(
## build tags ## build tags
include(TokuBuildTagDatabases) include(TokuBuildTagDatabases)
...@@ -390,6 +390,7 @@ if(BUILD_TESTING OR BUILD_SRC_TESTS) ...@@ -390,6 +390,7 @@ if(BUILD_TESTING OR BUILD_SRC_TESTS)
add_space_separated_property(TARGET ${base}.tdb COMPILE_FLAGS -fvisibility=hidden) add_space_separated_property(TARGET ${base}.tdb COMPILE_FLAGS -fvisibility=hidden)
endforeach(bin) endforeach(bin)
foreach(bin ${tdb_bins}) foreach(bin ${tdb_bins})
get_filename_component(base ${bin} NAME_WE) get_filename_component(base ${bin} NAME_WE)
target_link_libraries(${base}.tdb HotBackup) target_link_libraries(${base}.tdb HotBackup)
......
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