15 ноя 2016 г. 7:40 PM пользователь "Robert Ramey" написал:
>
> On 11/14/16 5:36 AM, David Demelier wrote:
> I spent some time getting CMake to work with with boost libraries.
>
> My conclusions is that FindBoost can be relied upon only for header only
libraries. To used build libraries, you'll h
On 11/14/16 5:36 AM, David Demelier wrote:
I spent some time getting CMake to work with with boost libraries.
My conclusions is that FindBoost can be relied upon only for header only
libraries. To used build libraries, you'll have to explicitly set the
specific library variable to the path whe
2016-11-15 12:26 GMT+03:00 David Demelier :
> 2016-11-14 16:00 GMT+01:00 Sergei Nikulov :
>> Add option -DBoost_ADDITIONAL_VERSIONS="1.62.00;1.62" to command line
>> or
>> Update you findboost.cmake module from CMake repository.
>
> I've tried the additional the variable with no luck. I've also upd
2016-11-14 16:00 GMT+01:00 Sergei Nikulov :
> Add option -DBoost_ADDITIONAL_VERSIONS="1.62.00;1.62" to command line
> or
> Update you findboost.cmake module from CMake repository.
I've tried the additional the variable with no luck. I've also updated
CMake to 3.7 with no luck. I will try by downlo
14 ноя 2016 г. 4:36 PM пользователь "David Demelier" <
demelier.da...@gmail.com> написал:
>
> Hello,
>
> I've installed boost under C:\env\mingw64 so I basically have the
> following content:
>
> - C:\env\mingw64\include\boost-1_62\boost\*
> - C:\env\mingw64\lib\libboost_libname-mgw62-1_62.dll(.a)
Hello,
I've installed boost under C:\env\mingw64 so I basically have the
following content:
- C:\env\mingw64\include\boost-1_62\boost\*
- C:\env\mingw64\lib\libboost_libname-mgw62-1_62.dll(.a)
I've also set the following environment variables:
- BOOST_INCLUDEDIR=C:\env\mingw64\include\boost-1_6