diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-04-09 16:24:44 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-04-09 16:24:44 (GMT) |
commit | 2e70c5094f4fbf68d89784d2c8dd899fa464bf24 (patch) | |
tree | c6104cb275d40156e79acbd082c3a275565b2b3a /Tests/ComplexOneConfig/Library | |
parent | de93907bdd69aa3a6efb51de492813685e8aadd9 (diff) | |
download | CMake-2e70c5094f4fbf68d89784d2c8dd899fa464bf24.zip CMake-2e70c5094f4fbf68d89784d2c8dd899fa464bf24.tar.gz CMake-2e70c5094f4fbf68d89784d2c8dd899fa464bf24.tar.bz2 |
ENH: check for compile flags and add back c flag to unix generator
Diffstat (limited to 'Tests/ComplexOneConfig/Library')
-rw-r--r-- | Tests/ComplexOneConfig/Library/testConly.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ComplexOneConfig/Library/testConly.h b/Tests/ComplexOneConfig/Library/testConly.h index fc4c3f1..f1470a8 100644 --- a/Tests/ComplexOneConfig/Library/testConly.h +++ b/Tests/ComplexOneConfig/Library/testConly.h @@ -5,7 +5,7 @@ # define CMakeTest_EXPORT __declspec(dllimport) #endif #else -// unix needs nothing +/* unix needs nothing */ #define CMakeTest_EXPORT #endif |