Hi,
Using CMake 2.8.12.2 on Windows 7 x64 with Visual Studio 2012 WDExpress,
my include_directories() information are being embedded in the
AdditionalOptions part of the generated *.vcxproj XML file instead of the
AdditionalIncludeDirectories part
I have tried with CMake 3.0.x, same problem
Hi,
I am improving an in-house Find*.cmake and need to determine
(programmatically) where it (the Find*.cmake file) is located because I
need to run a companion python script. Is there some variable I can query ?
If not, I will find a different way but the above seems more intuitive
and less
When setting up a CLR project through CMake, it becomes important to
be able to *remove* compiler options at the project level. For
example, the following need to be removed (MSVC12):
/RTC1
/EHsc
There is no "remove_compile_options()" (which would be convenient).
Any reason why this doesn't exist
> From: Kris Thielemans
> Sent: 05 March 2014 11:28
>
> Hi all
>
> We're trying to build an application using ITK on Windows using Visual
Studio
> Express 2013 (downloads of all software happened last week, so I guess
> we're up-to-date). Unfortunately, we get a lot of configuration errors
(see
Hello,
I configured a specific software to use the CPack modules to generate
corresponding DEB and RPM packages together with CMake 3 a while ago.
I notice now that package specifications and control files contain
outdated version data after I called the command "make package".
How can I achieve
On 11/7/14, Clinton Stimpson wrote:
> On Friday, November 07, 2014 03:50:32 PM Eric Wing wrote:
>> I have a build and packaging system where I can distribute (mostly)
>> standalone apps for Linux desktop. I am using the default CPack
>> installer which creates .tar.gz, .Z, and .sh files.
>>
>> I l