summaryrefslogtreecommitdiffstats
path: root/Tests/CTestTestCrash
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CTestTestCrash')
-rw-r--r--Tests/CTestTestCrash/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/CTestTestCrash/CMakeLists.txt b/Tests/CTestTestCrash/CMakeLists.txt
index 669be52..0ac6ba0 100644
--- a/Tests/CTestTestCrash/CMakeLists.txt
+++ b/Tests/CTestTestCrash/CMakeLists.txt
@@ -3,6 +3,5 @@ PROJECT(CTestTestCrash)
INCLUDE(CTest)
ADD_EXECUTABLE (Crash crash.cxx)
-TARGET_LINK_LIBRARIES (NoBuild ${EXTRA_LIBS})
ADD_TEST (TestCrash Crash)