Skip to content
  • Brad King's avatar
    ENH: Support full-path libs w/out valid names. · b93f0318
    Brad King authored
    This change introduces policy CMP0008 to decide how to treat full path
    libraries that do not appear to be valid library file names.  Such
    libraries worked by accident in the VS IDE and Xcode generators with
    CMake 2.4 and below.  We support them in CMake 2.6 by introducing this
    policy.  See policy documentation added by this change for details.
    b93f0318