summaryrefslogtreecommitdiffstats
path: root/Tests/Complex/Executable/complex_nobuild.c
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2010-12-20 20:25:16 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2010-12-20 20:25:16 (GMT)
commitf578381e6624b83843a1b9ff079a8073f7bc210f (patch)
tree36dd32e852db797d07137ab2b33ed257198d165c /Tests/Complex/Executable/complex_nobuild.c
parent34a2dee75d80afe175bd041e26be10da9c09a74f (diff)
downloadCMake-f578381e6624b83843a1b9ff079a8073f7bc210f.zip
CMake-f578381e6624b83843a1b9ff079a8073f7bc210f.tar.gz
CMake-f578381e6624b83843a1b9ff079a8073f7bc210f.tar.bz2
Fix vs2010 project generation error when HEADER_FILE_ONLY is set.
In vs2010 a bad project file could be generated if a .c or .cxx file was marked with HEADER_FILE_ONLY, if it was in a library that contained both c and c++ code. This fixes the error in the code, and adds a test for this case.
Diffstat (limited to 'Tests/Complex/Executable/complex_nobuild.c')
-rw-r--r--Tests/Complex/Executable/complex_nobuild.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/Complex/Executable/complex_nobuild.c b/Tests/Complex/Executable/complex_nobuild.c
new file mode 100644
index 0000000..6b3c2c1
--- /dev/null
+++ b/Tests/Complex/Executable/complex_nobuild.c
@@ -0,0 +1 @@
+#error "This file should not be compiled."