It removes duplicates during generation, though. You shouldn't see duplicates
in the generated make files or project files...
On Apr 15, 2013, at 5:34 PM, Marcel Loose wrote:
> Hi all,
>
> I noticed that, starting from cmake 2.8.8, INCLUDE_DIRECTORIES no longer
> remove duplicates. I this a
Hi all,
I noticed that, starting from cmake 2.8.8, INCLUDE_DIRECTORIES no longer
remove duplicates. I this a regression?
$ cat ../CMakeLists.txt
cmake_minimum_required(VERSION 2.6)
project(TestIncludeDirectories)
get_directory_property(_inc_dirs INCLUDE_DIRECTORIES)
message(STATUS "INCLUDE_DI
On Thu, Apr 4, 2013 at 4:56 PM, Klaim - Joël Lamotte wrote:
> I didn't file the ticket(s?) yet, I'm a bit pressed by time, but I'll do
> it before tomorrow.
Sorry for the delay, I did it today:
http://www.cmake.org/Bug/view.php?id=14089
Joel Lamotte
--
Powered by www.kitware.com
Visit other K
On Thu, Oct 11, 2012 at 2:19 PM, Klaim - Joël Lamotte wrote:
> My current understanding is that boost don't have a specific default lib
> dir for different address models, which is the source of the problem as
> FindBoost script can't rely on a protocol to find these lib files.
>
> Am I correct?
>
It's good the second signature works; I believe there's hardly ever use for
using the first one, anyway.
As for the DLLs, would it help if you set the WORKING_DIRECTORY parameter
in add_test(), and/or set the PATH env. variable using the test's property
ENVIRONMENT?
On Unix systems, the path issu
On Mon, Apr 15, 2013 at 12:10 PM, Petr Kmoch wrote:
> The errors VS spews out aren't really useful. However, if you go to
> ${CMAKE_BINARY_DIR}/Testing/Temporary, there are log files. LastTest.log
> should tell you a bit more.
>
> Can you also try/report on my second question? (2. Does it work if
On 12. april 2013 18:45, Rolf Eike Beer wrote:
> Yes, I will take a look. So far it looks not too bad. Yngve, please make the
> changes Brad requested and squash both patches together so I need to review
> only those changes that you really intend to do.
Done: https://gitorious.org/eothred/cmake/