include ("${RunCMake_SOURCE_DIR}/check_errors.cmake") unset (errors) set(output "$") if (NOT output) list (APPEND errors "'a///b/c' is not prefix of 'a/b/c/d'") endif() set(output "$") if (output) list (APPEND errors "'a///b/c/../d' is prefix of 'a/b/d/e'") endif() set(output "$") if (NOT output) list (APPEND errors "'a///b/c/../d' is not prefix of 'a/b/d/e'") endif() set(output "$