Re: [CMake] Intel C Generator for Cmake?

2017-02-26 Thread Tony Garratt
I build from within VS it builds fine. Thanks Tony On Wed, Feb 15, 2017 at 2:42 PM, Thompson, KT wrote: > Tony, > > > > I don’t have access to the Intel compiler on Windows to try this out. > However, in an old post I found, it was suggested that you can use cmake’s > “-T”

Re: [CMake] Intel C Generator for Cmake?

2017-02-15 Thread Tony Garratt
Re: my previous email. To use the Intel C compilers I just can modify the VS settings. So I have a way forward. Regards, Tony On Wed, Feb 15, 2017 at 12:25 PM, Petr Kmoch wrote: > Hi Tony, > > generators are for different *buildsystems*: a generator for Makefiles, a > generato

Re: [CMake] Intel C Generator for Cmake?

2017-02-15 Thread Tony Garratt
Feb 15, 2017 at 12:25 PM, Petr Kmoch wrote: > Hi Tony, > > generators are for different *buildsystems*: a generator for Makefiles, a > generator for Visual Studio solutions, a generator for Ninja files, a > generator for Eclipse projects etc. > > Intel C and Intel Fortran

Re: [CMake] Intel C Generator for Cmake?

2017-02-15 Thread Tony Garratt
Thank you so much Petr. I am new to cmake so did quite understand how everything fits together. I will give your suggestion a try. Regards, Tony On Wed, Feb 15, 2017 at 12:25 PM, Petr Kmoch wrote: > Hi Tony, > > generators are for different *buildsystems*: a generator for Mak

[CMake] Intel C Generator for Cmake?

2017-02-15 Thread Tony Garratt
I am having to switch to cmake from autotools for a third party tool I want to build. We use Intel C and Intel Fortran on Windows. I see no mention of an Intel C generator for cmake. I presume this means there is not one? If so, can I create my own Intel C generator please? Rgeards, Tony -- *Dr

[CMake] CMake absolute path

2014-01-22 Thread Tony-Alexandru Dincu
without modifying CMake. Thanks, Tony-Alexandru Dincu Software Developer Ubisoft Craiova -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For m

[CMake] Adding support for Absoft Fortran compilers in CMake

2011-01-19 Thread Tony Goelz
that other vendor's Fortran compilers. Can someone provide me with the appropriate channel to get this process started? Absoft is willing to a provide no cost copy of the compilers as well as making modifications to our compiler drivers if required. Tony Goelz Absoft C

Re: [CMake] Bug fix requests for the *next* release of CMake...

2010-11-11 Thread Tony Bridges
Hi David, 0008165 - vs2005 midl chokes on CMAKE_INTDIR (also 2008) http://public.kitware.com/Bug/view.php?id=8165 I would love to see a fix for 0008165 in the next version. Each new version we pick up, I have to reapply Robert Lenhardt's patch and rebuild. http://public.kitware.com/Bug/f

[CMake] Visual Studio 2010 with /CLR

2010-06-06 Thread Tony Duarte
S} /clr") # set up a target ADD_EXECUTABLE(AJunkProject ${PROJ_SRCS}) #== I realize that my CMakeLists.txt is still pretty rough. It has a couple of unneeded lines and should have more placed inside IF(WIN32), but I'm glad just to have it working. Thanks for creating cmake, Tony

[CMake] MIDL quoting patch

2010-03-11 Thread Tony Bridges
I found the attached patch posted online (sorry, I don't recall the author's name). It corrects the problem with incorrect quoting of the CMAKE_INTDIR variable passed to the MIDL compiler. Would it be possible to incorporate this in the next binary distro ? Is there a more defined process required

Re: [CMake] adding dependencies on generated files to source code files

2010-03-09 Thread Tony Bridges
Hi JD, Busy day, at a conference all day, and just got a chance to look into this. Unfortunately, no, the "pretty much make sure" part actually doesn't. With the add_dependency in place on the executable, to bind it to the external target, still, the external target is not generated before the

[CMake] adding dependencies on generated files to source code files

2010-03-08 Thread Tony Bridges
Hi All, I’m attempting to add dependencies for generated code into my builds. I have read the wiki article that J Decker posted to me in my last query http://www.vtk.org/Wiki/CMake_FAQ#How_can_I_add_a_dependency_to_a_source_file_which_is_generated_in_a_subdirectory.3F , but unfortunately, it

[CMake] How to override flags for a single target

2010-03-07 Thread Tony Bridges
Hello all, I'm hopeful that someone can point me in the correct direction to solve a problem I'm having setting up arguments into the resource compiler. I am attempting to add a custom rule to a CMakeLists.txt file to allow me to set a specific flag for one file in the SOURCES list. I'm assuming

[CMake] CMAKE_RC_FLAGS has no effect

2010-03-06 Thread Tony Bridges
t to choke. Conversely, excluding the backslash is valid for the compiler, /D__USER__="$(username)" but causes the resource compiler to complain of "unknown command". Is there a way to isolate arguments for the resource comp

[CMake] Trouble with cmake on gcc-xml

2007-12-06 Thread Tony
idea of what I might be doing wrong? // tony ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake