mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] [PATCH] New updates for master branch.


From: Niels Kristian Bech Jensen
Subject: Re: [Mingw-cross-env-list] [PATCH] New updates for master branch.
Date: Sat, 20 Apr 2013 10:07:36 +0200

> It seems to be related to cmake's package registry [1]:
>
> CMakeLists.txt:364
> # Export the package for use from the build-tree
> # (this registers the build-tree with a global CMake-registry)
> if(CMAKE_VERSION VERSION_GREATER "2.7")
> export(PACKAGE armadillo)
> endif()
>
> I'm not familiar enough with cmake to remove it, and it would likely affect any existing native install, so we certainly want to prevent that. Any ideas?
>
I think it should be removed since it points to the build tree which is deleted by MXE when armadillo is installed. That creates a dangling pointer in the cmake registry. I have attached a patch to do that.
 
Best regards,
Niels Kristian Bech Jensen

 

Attachment: armadillo-2-do-not-export-package.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]