summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexOneConfig/Library/file2.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-04-15 17:59:29 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-04-15 17:59:29 (GMT)
commit23a154941bd44ed1fec701e7c8367e32ab19f759 (patch)
tree0a1f58719ce9757824392ccb447ec3af180e2666 /Tests/ComplexOneConfig/Library/file2.cxx
parent504d0bc3b38574d8394995b589214ce9cb0f6d3a (diff)
downloadCMake-23a154941bd44ed1fec701e7c8367e32ab19f759.zip
CMake-23a154941bd44ed1fec701e7c8367e32ab19f759.tar.gz
CMake-23a154941bd44ed1fec701e7c8367e32ab19f759.tar.bz2
ENH: Add test for REMOVE_DEFINITION
Diffstat (limited to 'Tests/ComplexOneConfig/Library/file2.cxx')
-rw-r--r--Tests/ComplexOneConfig/Library/file2.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/ComplexOneConfig/Library/file2.cxx b/Tests/ComplexOneConfig/Library/file2.cxx
index b52e547..863fcaa 100644
--- a/Tests/ComplexOneConfig/Library/file2.cxx
+++ b/Tests/ComplexOneConfig/Library/file2.cxx
@@ -1,5 +1,9 @@
#include <string.h>
+#ifdef CMAKE_IS_REALLY_FUN
+This is a problem. Looks like REMOVE_DEFINITION does not work
+#endif
+
int file2()
{
return 1;