diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-07-04 11:34:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-07-04 11:35:22 +0900 |
commit | 37d5e3678d89f6199f2960d0aa55dbf0fc8571c8 (patch) | |
tree | 6abc06c24f34d2dfcf7c5a2ae1d39552dfb35937 /tests/CMakeLists.txt | |
parent | 09893ce4c2f2690ecc22e245f378e3df94469b31 (diff) | |
download | kpilot-4bf4f97d824c4042ffebb60ce1fcc1e8c87ac373.tar.gz kpilot-4bf4f97d824c4042ffebb60ce1fcc1e8c87ac373.zip |
Removed unused define which could have caused issue because of doubler14.0.5
backslash escaping.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5fa5b51c6be3a02ab20f6e7ad2a2dd7bf8f2592b)
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 4 |
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}) |