summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-03-07 19:19:46 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2012-03-07 19:19:46 -0600
commit3bef4e0b74764e2a0ddb401abf469e953fc75fd5 (patch)
tree093e6a3437b3c66c8fd2c033d2515e3891718ccf
parent09caf8121b1ba13bfd346eb3379c74af5809c85a (diff)
downloadkpilot-3bef4e0b.tar.gz
kpilot-3bef4e0b.zip
Rename straggling environment variables KDE->TDE.
-rw-r--r--tests/CMakeLists.txt2
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)