[CMake] mfc71.dll missing in beta
Brad King
brad.king at kitware.com
Thu Sep 8 09:14:24 EDT 2005
klaas.holwerda wrote:
> I noticed in the beta that this one is missing ( i am using VC6 ).
>
> When i this beta becoming official?
There were several major changes in 2.2.0 from 2.0.x and we're fixing
several problems with them in 2.2.1 which will be out when it is ready.
> This ADD_SUBDIRECTORY has reduced my cmake files by 50%, just great this
> new version!! This is what makes things much more easy.
Great. I'm glad this command is helpful as an improvement over SUBDIRS.
> One small think i found to be different and maybe wrong,'
>
> FILE( GLOB xxx "*" ) also gives Directories in xxx.
> Which i believe was different before, is this how it is meant ?
This command has always included directories in the glob result. What
is missing is an
IF(IS_DIRECTORY ...)
command to help tell directories apart from files in the result. You
can submit a feature request here if you need it:
http://www.cmake.org/Bug
-Brad
More information about the CMake
mailing list