CMake version 3.10.2 seems to have the problem and it seems to be fixed in
3.13.4.
Thanks
On 9/23/19 6:14 AM, Roger Leigh wrote:
On 23/09/2019 14:05, Brad Bell wrote:
When the target system does not have boost, the user gets the warning:
CMake Warning at /usr/share/cmake-3.10/Modules/FindBo
On 23/09/2019 14:05, Brad Bell wrote:
When the target system does not have boost, the user gets the warning:
CMake Warning at /usr/share/cmake-3.10/Modules/FindBoost.cmake:567
(message):
Imported targets and dependency information not available for Boost
version
(all versions older than
I am using FindBoost in a cmake script
to determine if certain components of the boost package are available on the
target system.
If so, the script builds examples that use my package with boost.
If not, these example are not built and tested.
When the target system does not have boost, the us