diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-03-17 19:29:02 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-03-17 19:29:02 (GMT) |
commit | 8e32cef0a8c52742bf12cafd2aa9dafd1efe764e (patch) | |
tree | 87aa1ba878f1f96cbd027d8f21bae471437eb03b /src/boosty.h | |
parent | 1949403689f9cc6f5c5b59e27176518fac4426b9 (diff) |
more accurate help message
Diffstat (limited to 'src/boosty.h')
-rw-r--r-- | src/boosty.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/boosty.h b/src/boosty.h index 2b5ab38..8b0c93e 100644 --- a/src/boosty.h +++ b/src/boosty.h @@ -117,7 +117,8 @@ inline fs::path canonical( fs::path p, fs::path p2 ) result /= *itr; if (fs::is_symlink(result)) { - PRINT("WARNING: canonical() wrapper can't do symlinks. upgrade boost to >=1.48"); + PRINT("WARNING: canonical() wrapper can't do symlinks. rebuild openscad with boost >=1.48"); + PRINT("WARNING: or don't use symbolic links"); } } return result; |