Skip to content
  • Brad King's avatar
    Enable RunCMake.CMP0037 test everywhere · 8c6c1f16
    Brad King authored
    Split the test cases covering spaces and colons into separate units.
    Run the space cases everywhere.  Disable the colon cases where they
    are known to fail.  This approach increases platform coverage for the
    test and makes the known-failure logic as local as possible.
    
    No Makefile generator on Windows can generate targets with ':'
    in their name because the CMakeFiles/<target>.dir directory cannot
    be created.  Skip this part of the test on all Windows Make tools.
    8c6c1f16