Commit 26bc7391 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

[t:4871] fix cmake typo


git-svn-id: file:///svn/toku/tokudb@44649 c7de825b-a66e-492c-adef-691d508d4ae1
parent bf0158af
......@@ -374,7 +374,7 @@ if(BUILD_TESTING)
$<TARGET_FILE:test1426.tdb> $<TARGET_FILE:test1426.bdb>
$<TARGET_FILE:tokudb_dump> "${BDBDIR}/bin/db_dump"
test1426.bdbdump/dump.bdb.1426)
add_dependencies(ydb/test1426.tdb tokudb_dump)
add_dependencies(test1426.tdb tokudb_dump)
endif()
string(REGEX REPLACE "\\.c(;|$)" ".tdb\\1" recover_would_be_tdb_tests "${recover_srcs}")
......
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