diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-07-29 18:02:51 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-07-29 18:02:51 (GMT) |
commit | 76e14b4f1a53e295613593a8c731d39db2617c1a (patch) | |
tree | 53e4bf66d329afe17104e3bc335cef66979b6145 /Tests/ComplexOneConfig/cmTestConfigure.h.in | |
parent | db28904467764a496be7cde1c903368afc1f8da3 (diff) | |
download | CMake-76e14b4f1a53e295613593a8c731d39db2617c1a.zip CMake-76e14b4f1a53e295613593a8c731d39db2617c1a.tar.gz CMake-76e14b4f1a53e295613593a8c731d39db2617c1a.tar.bz2 |
ENH: do not test for c and cxx flags on visual studio as it does not work yet
Diffstat (limited to 'Tests/ComplexOneConfig/cmTestConfigure.h.in')
-rw-r--r-- | Tests/ComplexOneConfig/cmTestConfigure.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/ComplexOneConfig/cmTestConfigure.h.in b/Tests/ComplexOneConfig/cmTestConfigure.h.in index 35c10b4..9dbdd0b 100644 --- a/Tests/ComplexOneConfig/cmTestConfigure.h.in +++ b/Tests/ComplexOneConfig/cmTestConfigure.h.in @@ -70,3 +70,4 @@ // Test SET CACHE FORCE #cmakedefine FORCE_TEST +#define CMAKE_GENERATOR "${CMAKE_GENERATOR}" |