Hi,

I'm using CMake 3.6.3 (so up-to-date version at this point).
After updating my Boost libraries to the newest version (1.62 just landed
on my Debian testing) I get a bunch of warnings:
"Imported targets not available for Boost version 106200"
There seems to be a fallback behavior working fine, so I'm not blocked but
these warnings are very annoying.

I see that support for version 1.62 has been added in CMake with 9bb8ac8
and a997cac and will be available in CMake 3.7

My questions would be:
1- Does this mean that CMake can't use imported targets on Boost versions
it doesn't know explicitly? (the fallback behavior does not seem to have
this problem)
2- Does that mean I can't update my boost version without also updating my
CMake version? (which for this specific use case cannot be done until the
next CMake version)
3- Is there a way to fix/disable these warnings in a proper way?

Thanks,
Sylvain
-- 

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:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to