Brad King 430cc2b4b7 ENH: Always imply CLEAN_DIRECT_OUTPUT target prop
This property was left from before CMake always linked using full path
library names for targets it builds.  In order to safely link with
"-lfoo" we needed to avoid having both shared and static libraries in
the build tree for targets that switch on BUILD_SHARED_LIBS.  This meant
cleaning both shared and static names before creating the library, which
led to the creation of CLEAN_DIRECT_OUTPUT to disable the behavior.

Now that we always link with a full path we do not need to clean old
library names left from an alternate setting of BUILD_SHARED_LIBS.  This
change removes the CLEAN_DIRECT_OUTPUT property and instead uses its
behavior always.  It removes some complexity from cmTarget internally.
2009-05-01 10:38:35 -04:00
..
2009-05-01 00:01:02 -04:00
2009-04-19 12:48:30 -04:00
2009-04-19 12:48:30 -04:00
2007-07-27 10:55:24 -04:00
2007-07-27 10:55:24 -04:00
2007-03-05 10:36:06 -05:00
2007-09-24 11:16:13 -04:00
2007-07-27 10:55:24 -04:00
2007-03-05 10:36:06 -05:00
2008-10-03 08:16:37 -04:00
2007-07-20 08:36:16 -04:00
2009-02-16 13:56:04 -05:00
2008-05-20 12:15:40 -04:00
2009-01-23 12:20:09 -05:00
2008-08-25 10:31:29 -04:00
2009-04-24 11:44:42 -04:00
2008-08-25 10:31:29 -04:00
2008-08-25 10:31:29 -04:00