[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

[CMake] Feature request - Build Button

2013-12-05 Thread Macumber, Daniel
I'm sure this has come up before but I'm curious if CMake-GUI would ever consider adding a "Build" button? This seems like a logical step after "Configure" and "Generate", if it was available on the command line it could also help automate CMake based builds on different systems. Right now scr

[CMake] Problem configuring project for Visual Studio 2008 Win64

2013-11-23 Thread Macumber, Daniel
I have Visual Studio 2008 Pro and am having trouble with the Win64 generator. Things work fine for me using the 32 bit generator but when I choose the 64 bit one I get this: CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake:446 (execute_proc

Re: [CMake] ExternalProject BUILD_COMMAND and Visual Studio Express 2010

2013-11-23 Thread Macumber, Daniel
Thanks Magnus, is there a reliable way to get the path to vcvarsall.bat that will work for various versions of Visual Studio (express or not)? Dan On Fri, Nov 22, 2013 at 08:49:07PM -0700, Macumber, Daniel wrote: > Our project is using ExternalProject_Add to build Ruby.

[CMake] ExternalProject BUILD_COMMAND and Visual Studio Express 2010

2013-11-22 Thread Macumber, Daniel
Our project is using ExternalProject_Add to build Ruby. Our BUILD_COMMAND on Windows is "cd ${CMAKE_BINARY_DIR}/Ruby-prefix/src/Ruby-build && nmake". This works using the professional versions of Visual Studio. However, using Visual Studio Express 2010 I get an error that nmake is not a known

Re: [CMake] ExternalProject BUILD_COMMAND and Visual Studio Express 2010

2013-11-22 Thread Macumber, Daniel
I should also add that I am building in 64 bit mode and had to install the 7.1 SDK along with a compiler patch to get Visual Studio 2010 express working at all for 64 bit builds. Dan From: Macumber, Daniel Sent: Friday, November 22, 2013 8:49 PM To: cmake@cmake.org Subject: ExternalProject

[CMake] CPack error

2011-05-03 Thread Macumber, Daniel
Hello, I am using CPack with 'include(InstallRequiredSystemLibraries)' under Windows 7, VS 2008, and NSIS. When I try to build package I get the following error and the package fails to build: 1>-- Build started: Project: PACKAGE, Configuration: Release Win32 -- 1> 1>Performing Post

[CMake] Set --build-config in a ctest script?

2011-03-03 Thread Macumber, Daniel
Is it possible to set the build config in a ctest script rather than pass it in on the command line? I haven't found a list of ctest variables in the documentation like there is for cmake. Thanks a lot, Dan ___ Powered by www.kitware.com Visit other

[CMake] Hide target in Visual Studio

2009-06-14 Thread Macumber, Daniel
Hello, I am looking for info on how to hide (make not visible) targets in Visual Studio. I am working with generated code and am compiling several hundred individual SWIG dll's (I have a CMake macro that makes one SWIG target for each object in the generated code, all the generated code cannot