Pufff, thanks.
From: robert.mayn...@kitware.com
Date: Tue, 3 Mar 2015 08:40:55 -0500
Subject: Re: [CMake] Linking header-only lib with external lib dependency in a
subfolder
To: pablo.hernandez.cer...@outlook.com
CC: cmake@cmake.org
It is Boost_LIBRARIES not Boost_Libraries
On Mon, Mar 2, 2015
It is Boost_LIBRARIES not Boost_Libraries
On Mon, Mar 2, 2015 at 10:05 PM, Pablo Hernández <
pablo.hernandez.cer...@outlook.com> wrote:
> By the way, I am using:
> cmake version 3.2.20150216-gf724a
>
>
> --
>
> Powered by www.kitware.com
>
> Please keep messages on-topic and check the CMake FAQ a
By the way, I am using:
cmake version 3.2.20150216-gf724a
--
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
I am generating libs from header-only source files, I have a simple header with
no dependencies, and a header with boost_filesystem and boost_system
dependencies.
I am facing linking problems (ld) against boost, when I link the library to
the test executable. Tests are in a subdirectory, with a