Re: [CMake] Patch on Windows?

2015-09-01 Thread CHEVRIER, Marc
FYI, the latest version (2.5.1) of git for Windows (available https://github.com/git-for-windows/git/releases and http://git-scm.com/) includes again the patch tool. Marc From: CMake on behalf of "Macumber, Daniel" Date: Tuesday 1 September 2015 17:51 To: "cmake@cmake.org

Re: [CMake] Subclass of external library: unresolved external symbol

2015-09-01 Thread Jakob van Bethlehem
Hej, Seems to me at first sight you didn’t implement the New() function Greetsz, Jakob > On 01 Sep 2015, at 22:02, Marcos wrote: > > Hi, > > I can use and include VTK libraries in my project, but I did a > vtkInteractorStyleImage subclass, just overriding a method: > > > #ifndef dcmInterac

[CMake] Subclass of external library: unresolved external symbol

2015-09-01 Thread Marcos
Hi, I can use and include VTK libraries in my project, but I did a vtkInteractorStyleImage subclass, just overriding a method: #ifndef dcmInteractorStyleImage_h #define dcmInteractorStyleImage_h #include "vtkInteractionStyleModule.h" // For export macro #include "vtkInteractorStyleImage.h"

Re: [CMake] Patch on Windows?

2015-09-01 Thread Bill Hoffman
On 9/1/2015 11:51 AM, Macumber, Daniel wrote: There was a thread back in January of 2014 about “It would be great if CMake implemented a "cmake -E patch".”. This feature would really help us out, especially since the patch tool was removed from the Git for Windows distribution (I have no idea wh

[CMake] Patch on Windows?

2015-09-01 Thread Macumber, Daniel
There was a thread back in January of 2014 about "It would be great if CMake implemented a "cmake -E patch".". This feature would really help us out, especially since the patch tool was removed from the Git for Windows distribution (I have no idea why). Did anything ever happen with this reque

Re: [CMake] Per build configuration variables

2015-09-01 Thread Sergiu Dotenco
On 8/31/2015 1:11 AM, Sergiu Dotenco wrote: > I would like to pass different library directories to fixup_bundle, > depending what configuration is currently active. Right now, I define a > cache variable consisting of DLL directories: > > set (RUNTIME_LIBRARY_DIRS "C:/Foo/Release/bin;..." CACHE S

[CMake] Adding Compile Features/Flags for Intel and other Compilers

2015-09-01 Thread Ben Morgan
Hi, I've been using the new compile features functionality for working with C++11 and beyond (very useful!!). However, I've run into issues (probably misunderstandings) trying to extend it to compilers for which CMake doesn't currently provide a -CXX-FeatureTests.cmake file. Of course long term, t

[CMake] packageConfig mishap

2015-09-01 Thread Nagy-Egri Máté Ferenc via CMake
Hi! I'm trying to use the package config file of clFFT (big congrats on providing one), but it seems I'm doing something wrong. Without using FindclFFT.cmake, CMake fails to find the config files, both on Windows and Ubuntu. On Windows I have a registry entry such as: PS C:\Users\Matty> Get-Item

[CMake] How to exclude top level directory from install(DIRECTORY)

2015-09-01 Thread Ralf Habacker
Hi, in a cmake project I have a directory structure like shown below: source/ subdir1/ subdir2/ file subdir2/ file which should be installed partially. In one install call I need to exclude subdir1/subdir2 which could be performed with the following inst

[CMake] Enhanced version management for the command "project"

2015-09-01 Thread SF Markus Elfring
Hello, CMake provides an interface for the specification of version information by the command "project". http://www.cmake.org/cmake/help/v3.3/command/project.html I find that there is a growing need to extend it. 1. How do you think about to preserve a software release tag there? 2. Software p