Re: [CMake] Problem using VS 2012 Express and CMake (Clark Taylor)

2013-09-12 Thread markus israelsson
www.cmake.org/pipermail/cmake/attachments/20130912/5c127e90/attachment.html> -- -- 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 com

Re: [CMake] Problem using VS 2012 Express and CMake

2013-09-12 Thread Michael Jackson
I use VS2012 express with CMake and it works just fine. So not sure what the problem could be. ___ Mike JacksonPrincipal Software Engineer BlueQuartz SoftwareDayton, Ohio mike.jack...@bluequartz

Re: [CMake] Problem using VS 2012 Express and CMake

2013-09-12 Thread Bill Hoffman
On 9/12/2013 11:17 AM, Clark Taylor wrote: Sorry if this is a duplicate question, but... I have been using CMake for a project and it works great with Visual Studio 2008 Express and on Linux. I recently installed VS 2012 Express on my machine (VS 2008 is still installed), and installed CMake 2.8.

Re: [CMake] Clarification around "target_link_libraries"

2013-09-12 Thread Alexander Neundorf
On Thursday 12 September 2013, SF Markus Elfring wrote: > Hello, > > CMake supports also building of static and shared libraries together. > http://cmake.org/cmake/help/v2.8.11/cmake.html#command:add_library > > I get the impression from the tutorial that a needed library can be passed > as a tar

Re: [CMake] [cmake-developers] CMake 2.8.12-rc3 Release.

2013-09-12 Thread James Bigler
I have a couple of issues with this release. 1. file(APPEND "${myfile}" "string" "string2"; "string3") This generates an error at the ';' character, which never did before. So far as I understand, a ';' character should still be legal here. Please correct me if I'm wrong. 2. O

[CMake] Problem using VS 2012 Express and CMake

2013-09-12 Thread Clark Taylor
Sorry if this is a duplicate question, but... I have been using CMake for a project and it works great with Visual Studio 2008 Express and on Linux. I recently installed VS 2012 Express on my machine (VS 2008 is still installed), and installed CMake 2.8.11.2 (downloaded yesterday) to have VS2012 s

Re: [CMake] Alternate compiler specific options - how to specify?

2013-09-12 Thread Miller Henry
Let me restate the problem: we support several compilers. When using one particular compiler we need to add an option specific to that compiler. How do I make sure that all 200 developer get this option specified right everytime? I got a great answer for -mtune=atom (seems obvious in hindsigh

Re: [CMake] Alternate compiler specific options - how to specify?

2013-09-12 Thread Игорь Пашев
2013/9/12 Miller Henry > Let me restate the problem: we support several compilers Let me say for the last time :-) Do not "support compilers", support ISO C/C++ ;-) For developers you can create a script which will call cmake with desired compiler and options, but for end-user your system mus

[CMake] Clarification around "target_link_libraries"

2013-09-12 Thread SF Markus Elfring
Hello, CMake supports also building of static and shared libraries together. http://cmake.org/cmake/help/v2.8.11/cmake.html#command:add_library I get the impression from the tutorial that a needed library can be passed as a target name for the macro "target_link_libraries". http://cmake.org/cmake