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
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
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.
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
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
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
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
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
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