Re: [CMake] FindBoost not finding MinGW libraries

2016-11-15 Thread Sergei Nikulov
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

Re: [CMake] FindBoost not finding MinGW libraries

2016-11-15 Thread 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 have to explicitly set the specific library variable to the path whe

Re: [CMake] FindBoost not finding MinGW libraries

2016-11-15 Thread Sergei Nikulov
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

Re: [CMake] FindBoost not finding MinGW libraries

2016-11-15 Thread 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 updated CMake to 3.7 with no luck. I will try by downlo

Re: [CMake] FindBoost not finding MinGW libraries

2016-11-14 Thread Sergei Nikulov
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)

[CMake] FindBoost not finding MinGW libraries

2016-11-14 Thread David Demelier
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