summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-07-04 11:34:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-07-04 11:34:19 +0900
commit5fa5b51c6be3a02ab20f6e7ad2a2dd7bf8f2592b (patch)
tree3a7300476cdac4c732e538faecfd106f21d76947
parenta99e7042964450d171dee6f971ee28e2dfe338c2 (diff)
downloadkpilot-5fa5b51c6be3a02ab20f6e7ad2a2dd7bf8f2592b.tar.gz
kpilot-5fa5b51c6be3a02ab20f6e7ad2a2dd7bf8f2592b.zip
Removed unused define which could have caused issue because of double
backslash escaping. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--tests/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index eaad4db..076f0c9 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -4,10 +4,6 @@ include_directories(${CMAKE_SOURCE_DIR}/lib ${CMAKE_BINARY_DIR}/lib)
# Tests don't need to go into toplevel/bin, they are fine in the current dir.
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
-# This can be used for finding data files in the source dir
-add_definitions( -DTDESRCDIR=\\"${CMAKE_CURRENT_SOURCE_DIR}\\" )
-
-
set(testconstants_SRCS testconstants.cc)
trinity_add_executable(testconstants ${testconstants_SRCS})
target_link_libraries(testconstants kpilot ${QT_LIBRARIES})