mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
[t:4871] synchronize -D settings with old make system (IS_TDB=1)
git-svn-id: file:///svn/toku/tokudb@44487 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
df558c4679
commit
5ecfb1c85f
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ if(BUILD_TESTING)
|
|||
add_executable(${base}.tdb ${src})
|
||||
target_link_libraries(${base}.tdb ${LIBTOKUDB} ${LIBTOKUPORTABILITY})
|
||||
set_property(TARGET ${base}.tdb APPEND PROPERTY
|
||||
COMPILE_DEFINITIONS "ENVDIR=\"dir.${src}.tdb\";USE_TDB;IS_TDB;TOKUDB=1")
|
||||
COMPILE_DEFINITIONS "ENVDIR=\"dir.${src}.tdb\";USE_TDB;IS_TDB=1;TOKUDB=1")
|
||||
set_property(DIRECTORY APPEND PROPERTY ADDITIONAL_MAKE_CLEAN_FILES "dir.${src}.tdb")
|
||||
endforeach(bin)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue