mirror of
https://github.com/reactos/CMake.git
synced 2024-11-27 21:41:03 +00:00
BUG: Need to undefine temporary macros defined at top of file.
This commit is contained in:
parent
ff930f75aa
commit
703c0e32c8
@ -94,4 +94,9 @@ protected:
|
||||
|
||||
} // namespace @KWSYS_NAMESPACE@
|
||||
|
||||
/* Undefine temporary macro. */
|
||||
#if !defined (KWSYS_NAMESPACE) && !@KWSYS_NAMESPACE@_NAME_IS_KWSYS
|
||||
# undef kwsys_stl
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user