[CMake] Possible bug in environment variable expansion?

Bill Hoffman bill.hoffman at kitware.com
Tue Aug 12 15:50:04 EDT 2014


On 8/12/2014 12:44 PM, Chris Volpe ARA/SED wrote:
> That’s a good thought, but unfortunately it didn’t pan out. I tried both
> styles, and I even tried explicitly mixing styles like this:
>
> BOOST_LIBRARYDIR=C:/local/boost_1_55_0\lib64-msvc-12.0
>
> Or this:
>
> BOOST_LIBRARYDIR=C:\local\boost_1_55_0/lib64-msvc-12.0
>
Try setting Boost_DEBUG=1 in your CMake run, and then it should show you 
where it is searching and the problem may become more obvious.

-Bill



More information about the CMake mailing list