Re: [CMake] Parallel builds

2015-09-16 Thread Cory Quammen
opic and check the CMake FAQ at: > http://www.cmake.org/Wiki/CMake_FAQ > > Kitware offers various services to support the CMake community. For more > information on each offering, please visit: > > CMake Support: http://cmake.org/cmake/help/support.html > CMake Consulting: http:/

Re: [CMake] Copying DLLs to output directory

2014-11-01 Thread Cory Quammen
Mike, You can modify or override the PATH variable in Visual Studio by pulling up the properties for the startup project and going to Configuration Properties -> Debugging, and add an entry for your preferred PATH under the "Environment" setting. By default, this will merge your PATH with the PAT

Re: [CMake] command line too long when compiling CUDA code with WindowsSDK7.1_64bit

2013-11-22 Thread Cory Quammen
Lars, When faced with this same problem, my workaround was to clear the list of include directories. It also turned out I needed to clear the compiler definitions passed with -D because nvcc choked on them. Here's how you do that. SET_DIRECTORY_PROPERTIES( PROPERTIES INCLUDE_DIRECTORIES "" ) SET_

Re: [CMake] Problem installing symbolic links on Mac OS X

2013-05-10 Thread Cory Quammen
Thanks, Sean. On Fri, May 10, 2013 at 12:41 PM, Sean McBride wrote: > On Fri, 10 May 2013 12:34:06 -0400, Cory Quammen said: > >>I am running Mac OS X 10.7.5 . When I installed CMake 2.8.10.2 just >>now, it failed to create symbolic links to the cmake executables in >

Re: [CMake] Problem installing symbolic links on Mac OS X

2013-05-10 Thread Cory Quammen
Oops, I failed to mention that the symbolic links I am talking about are in /usr/bin, e.g., /usr/bin/cmake, /usr/bin/ctest, etc. On Fri, May 10, 2013 at 12:34 PM, Cory Quammen wrote: > Hi all, > > I am running Mac OS X 10.7.5 . When I installed CMake 2.8.10.2 just > now, it fail

[CMake] Problem installing symbolic links on Mac OS X

2013-05-10 Thread Cory Quammen
re-running the installer fixes the problem. I just wanted to let folks know about this in case it isn't intended behavior. It would be great if I could tell the installer to overwrite existing links. Thanks, Cory -- Cory Quammen Research Associate Department of Computer Science The Universi

Re: [CMake] Any portable way in CMake build tree to find Source tree path?

2013-01-26 Thread Cory Quammen
Oops, I didn't know about that command. I tried it out, and it works like a charm. Thanks for pointing it out, Alex! Cory On Sat, Jan 26, 2013 at 3:25 AM, Alexander Neundorf wrote: > On Saturday 26 January 2013, Cory Quammen wrote: >> Kent, >> >> I have a CMake functi

Re: [CMake] Any portable way in CMake build tree to find Source tree path?

2013-01-25 Thread Cory Quammen
Q >> >> Follow this link to subscribe/unsubscribe: >> http://www.cmake.org/mailman/listinfo/cmake > > > > > -- > +1 919 869 8849 > > -- > > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.co