dev-cafe / autocmake

CMake plugin composer.
http://autocmake.org
BSD 3-Clause "New" or "Revised" License
42 stars 18 forks source link

test_boost_header_only tries to use wrong include directory #141

Closed bast closed 8 years ago

bast commented 8 years ago

test_boost_header_only fails because it does not use the include directory in the extracted tarball but rather tries to use the system-wide Boost installation include path. Therefore this test can pass on the local machine (it passes on my laptop). @robertodr

bast commented 8 years ago

Solved the failing test. Happy for the moment. Closing.

robertodr commented 8 years ago

I gave it a try this afternoon and came to the same conclusion. I wasn't unfortunately able to do more... Great that you fixed it, thanks!

bast commented 8 years ago

Still the test is strange. I think it downloads the Boost tarball. Working on it.

bast commented 8 years ago

Ah it always downloads the tarball by the nature of the Boost module.

robertodr commented 8 years ago

Might there be a way to cache it? Maybe you could have it on the repository and "download" it from there? Sure it would enlarge the repo a bit...