This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
Do not use absolute paths for install #34
Comments
I'm going to need a little more detail on this. I can't seem to find any place where absolute paths are used? |
All paths are converted to absolute ones here : https://github.com/nickbruun/hayai/blob/master/CMakeLists.txt#L20-L26 The problem it triggers is described here : http://www.cmake.org/Bug/view.php?id=15665 |
Ah, you are absolutely right. I missed that one. I'll look into it and get it fixed :) Thanks for yet another stellar catch! |
You're welcome ! Hayai is pretty cool, so it'd be sad to have tiny things make it look bad =) |
Thanks ;) yea, let's get these things ironed out :) what system are you developing on (just out of curiosity)? |
Linux Mint LMDE at work, Windows mingw32-64 at home. Have not tested hayai on windows yet though. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Absolute paths breaks CPack, any project including hayai with add_subdirectory would not be able to use CPack.
The text was updated successfully, but these errors were encountered: