Re: [CMake] Finding Boost (1.69.0)?

2018-12-15 Thread Simon Richter
Hi,

On 15.12.18 18:48, Osman Zakir wrote:

> Would the way for finding Boost that I saw before when I asked about
> doing it for version 1.68.0 also work for version 1.69.0?

Some versions of FindBoost.cmake only check a fixed list of versions.
You can extend this list by passing in e.g.

-DBoost_ADDITIONAL_VERSIONS=1.66;1.67;1.68;1.69

   Simon



signature.asc
Description: OpenPGP digital signature
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake


[CMake] Finding Boost (1.69.0)?

2018-12-15 Thread Osman Zakir
Would the way for finding Boost that I saw before when I asked about doing it 
for version 1.68.0 also work for version 1.69.0?  If so, I could just try to 
find the archive of older threads and search for that message.  If not, please 
tell me here how to do it.  Either way, any help would be appreciated.

I'm currently trying to generate project files for Jinja2Cpp with CMake, using 
Boost version 1.69.0 this time, while using the -DBOOST_ROOT flag.  But it 
keeps saying that one or more Boost modules wasn't found and that it's using 
the submodule that comes with the Jinja2Cpp source code.
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake