mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
refs #5127 fix link of test-5138.tdb
git-svn-id: file:///svn/toku/tokudb@50711 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
b7080e9502
commit
1d4f808b8a
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ if(BUILD_TESTING OR BUILD_SRC_TESTS)
|
|||
## #5138 only reproduces when using the static library.
|
||||
list(REMOVE_ITEM tdb_bins test-5138.tdb)
|
||||
add_executable(test-5138.tdb test-5138)
|
||||
target_link_libraries(test-5138.tdb ${LIBTOKUDB}_static ${LIBTOKUPORTABILITY}_static)
|
||||
target_link_libraries(test-5138.tdb ${LIBTOKUDB}_static z ${LIBTOKUPORTABILITY}_static ${CMAKE_THREAD_LIBS_INIT} ${EXTRA_SYSTEM_LIBS})
|
||||
set_property(TARGET test-5138.tdb APPEND PROPERTY
|
||||
COMPILE_DEFINITIONS "ENVDIR=\"dir.test-5138.tdb\";USE_TDB;IS_TDB=1;TOKUDB=1")
|
||||
set_property(DIRECTORY APPEND PROPERTY ADDITIONAL_MAKE_CLEAN_FILES "dir.test-5138.tdb")
|
||||
|
|
Loading…
Add table
Reference in a new issue