Always use the auto_ptr from cmsys.

This is for consistency throughout cmake. The cmsys version exists
becaues uses of auto_ptr types as return types does not work with
some implementations in ancient compilers.
This commit is contained in:
Stephen Kelly
2012-11-21 00:56:36 +01:00
parent 8faf4e9380
commit ddc052052b
8 changed files with 12 additions and 23 deletions

View File

@@ -19,8 +19,6 @@
#include "cmTarget.h"
#include "cmake.h"
#include <memory> // auto_ptr
//----------------------------------------------------------------------------
cmMakefileLibraryTargetGenerator
::cmMakefileLibraryTargetGenerator(cmTarget* target):