Notes |
|
(0035214)
|
Brad King
|
2014-02-27 09:22
|
|
Cygwin prefers never to see Windows-style paths. From where does the "c:/boost" path come during the search? |
|
|
(0037494)
|
Dmitri
|
2014-12-19 06:33
|
|
I'd like to know this too! I do in fact have Boost installed in c:\boost, so that part of feature detection is working correctly. However, lumping it together with Cygdrive is NOT correct - it should be /cygdrive/c/boost instead! |
|
|
(0037498)
|
Brad King
|
2014-12-19 08:37
|
|
I don't know why I missed this before but there is a hard-coded C:/boost in FindBoost.cmake. Try removing those lines locally to see if it resolves the problem. If so then they can be made conditional on the platform. |
|
|
(0042494)
|
Kitware Robot
|
2016-06-10 14:29
|
|
Resolving issue as `moved`.
This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
|