Re: [CMake] FindBoost warning but working

2016-11-11 Thread Roger Leigh
On 11/11/2016 07:54, demelier.da...@gmail.com wrote: Hi, with the following CMakeLists.txt: cmake_minimum_required(VERSION 3.6) project(point) find_package(Boost REQUIRED COMPONENTS system) CMake Warning at /usr/share/cmake-3.6/Modules/FindBoost.cmake:743 (message): Imported targets not ava

[CMake] FindBoost warning but working

2016-11-10 Thread demelier . david
Hi, with the following CMakeLists.txt: cmake_minimum_required(VERSION 3.6) project(point) find_package(Boost REQUIRED COMPONENTS system) I get this warning: $ cmake . CMake Warning at /usr/share/cmake-3.6/Modules/FindBoost.cmake:743 (message):   Imported targets not available for Boost version 1