summaryrefslogtreecommitdiff
path: root/Tests/CMakeCommands/target_include_directories/consumer.cpp
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-02-12 11:56:58 +0100
committerStephen Kelly <steveire@gmail.com>2013-02-13 15:12:31 +0100
commit3df36b5954bef70891a666756d325e8bb4d01c1a (patch)
tree055c8c03e49569ecb9319c3628ad23ca8017cfe3 /Tests/CMakeCommands/target_include_directories/consumer.cpp
parente1f908015f943ed507063260b3aae1f3b503237e (diff)
downloadcmake-3df36b5954bef70891a666756d325e8bb4d01c1a.tar.gz
Revert "Add the $<LINKED:...> generator expression."
This reverts commit 0b92602b816e2584db3781b120a1e5200da72ada. Conflicts: Source/cmGeneratorExpressionEvaluator.cxx Tests/CMakeCommands/target_compile_definitions/CMakeLists.txt Tests/CMakeCommands/target_include_directories/CMakeLists.txt
Diffstat (limited to 'Tests/CMakeCommands/target_include_directories/consumer.cpp')
-rw-r--r--Tests/CMakeCommands/target_include_directories/consumer.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Tests/CMakeCommands/target_include_directories/consumer.cpp b/Tests/CMakeCommands/target_include_directories/consumer.cpp
index ccffd9cabb..82b800a40a 100644
--- a/Tests/CMakeCommands/target_include_directories/consumer.cpp
+++ b/Tests/CMakeCommands/target_include_directories/consumer.cpp
@@ -3,7 +3,6 @@
#include "publicinclude.h"
#include "interfaceinclude.h"
#include "relative_dir.h"
-#include "linkedinclude.h"
#ifdef PRIVATEINCLUDE_DEFINE
#error Unexpected PRIVATEINCLUDE_DEFINE
@@ -25,8 +24,4 @@
#error Expected RELATIVE_DIR_DEFINE
#endif
-#ifndef LINKEDINCLUDE_DEFINE
-#error Expected LINKEDINCLUDE_DEFINE
-#endif
-
int main() { return 0; }