diff options
author | Brad King <brad.king@kitware.com> | 2015-01-25 13:09:10 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-01-26 13:30:57 (GMT) |
commit | 539c5c252ef679d15f3af828da304ad9313640e2 (patch) | |
tree | ebbe96e5b6a4b7d9e4cd7f24b3094c84d13ff275 /Tests/RunCMake/CompileFeatures/NotAFeature_OriginDebugCommand-stderr.txt | |
parent | 494f6e8d5b9f2e556a2b2db2c165a56c01fd1827 (diff) | |
download | CMake-539c5c252ef679d15f3af828da304ad9313640e2.zip CMake-539c5c252ef679d15f3af828da304ad9313640e2.tar.gz CMake-539c5c252ef679d15f3af828da304ad9313640e2.tar.bz2 |
Tests: Shorten paths in RunCMake.CompileFeatures
Shorten the NotAFeature_OriginDebug_target_compile_features case name to
avoid creating really long paths that fail with some tools on Windows.
Diffstat (limited to 'Tests/RunCMake/CompileFeatures/NotAFeature_OriginDebugCommand-stderr.txt')
-rw-r--r-- | Tests/RunCMake/CompileFeatures/NotAFeature_OriginDebugCommand-stderr.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/RunCMake/CompileFeatures/NotAFeature_OriginDebugCommand-stderr.txt b/Tests/RunCMake/CompileFeatures/NotAFeature_OriginDebugCommand-stderr.txt new file mode 100644 index 0000000..1f2c113 --- /dev/null +++ b/Tests/RunCMake/CompileFeatures/NotAFeature_OriginDebugCommand-stderr.txt @@ -0,0 +1,5 @@ +CMake Error at NotAFeature_OriginDebugCommand.cmake:4 \(target_compile_features\): + target_compile_features specified unknown feature "not_a_feature" for + target "somelib". +Call Stack \(most recent call first\): + CMakeLists.txt:3 \(include\) |