summaryrefslogtreecommitdiffstats
path: root/Tests/DocTest/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/DocTest/CMakeLists.txt')
-rw-r--r--Tests/DocTest/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/Tests/DocTest/CMakeLists.txt b/Tests/DocTest/CMakeLists.txt
deleted file mode 100644
index 837328e..0000000
--- a/Tests/DocTest/CMakeLists.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-cmake_minimum_required (VERSION 2.6)
-project (DocTest)
-
-add_executable (DocTest DocTest.cxx)
-
-set_property(GLOBAL PROPERTY REPORT_UNDEFINED_PROPERTIES
- "${CMAKE_CURRENT_BINARY_DIR}/UndefinedProperties.txt")