diff options
author | Darrell Anderson <[email protected]> | 2012-03-07 19:19:46 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-03-07 19:19:46 -0600 |
commit | 3bef4e0b74764e2a0ddb401abf469e953fc75fd5 (patch) | |
tree | 093e6a3437b3c66c8fd2c033d2515e3891718ccf /tests | |
parent | 09caf8121b1ba13bfd346eb3379c74af5809c85a (diff) | |
download | kpilot-3bef4e0b74764e2a0ddb401abf469e953fc75fd5.tar.gz kpilot-3bef4e0b74764e2a0ddb401abf469e953fc75fd5.zip |
Rename straggling environment variables KDE->TDE.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index ca18a0e..8ad47a8 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -5,7 +5,7 @@ include_directories(${CMAKE_SOURCE_DIR}/lib ${CMAKE_BINARY_DIR}/lib) set(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} ) # This can be used for finding data files in the source dir -add_definitions( -DKDESRCDIR=\\"${CMAKE_CURRENT_SOURCE_DIR}\\" ) +add_definitions( -DTDESRCDIR=\\"${CMAKE_CURRENT_SOURCE_DIR}\\" ) set(testconstants_SRCS testconstants.cc) |