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:/
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
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_
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
>
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
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
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
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