[CMake] A simple website to get started on new CMake projects

2017-06-02 Thread Julio Gutierrez
Hello all, I've used CMake for a few years now in almost all of my projects. It's a great tool and it makes my life easy. However, every time I start a new project, I just can't remember CMake's syntax and all of the commands. I usually spend a lot of time rereading the CMake docs or

Re: [CMake] A simple website to get started on new CMake projects

2017-06-02 Thread Klaim - Joël Lamotte
Well it's interesting but clearly you are providing help in only one kind of organisation. For example: - if you are doing a library that have public and private headers, it helps A LOT to have the public headers in an "include" directory - you don;t support this option; - you do not support

Re: [CMake] No FortranCInterface mangling known for VerifyFortran -- OSX Sierra

2017-06-02 Thread Burlen Loring
upgrading from cmake 3.7.1 to cmake version 3.8.2 resolved the issue. On 06/02/2017 11:53 AM, Burlen Loring wrote: After upgrading to latest XCode and command line tools on OSX Sierra our project that uses CMake to mix C++ and Fortran fails to configure. Full output below. Any ideas? here

Re: [CMake] Emacs cmake-mode indentation flaw

2017-06-02 Thread Chuck Atkins
Hi Frank, It's really a matter of personal style. There's a multitude of different ways that people format multi-line function calls so no one way is right or wrong. For instance: foo( bar1 bar2) foo( bar1 bar2 ) foo( bar1 bar2 ) foo(bar1 bar2) foo(bar1 bar2 )

[CMake] No FortranCInterface mangling known for VerifyFortran -- OSX Sierra

2017-06-02 Thread Burlen Loring
After upgrading to latest XCode and command line tools on OSX Sierra our project that uses CMake to mix C++ and Fortran fails to configure. Full output below. Any ideas? here are version cmake version 3.7.1 GNU Fortran (Homebrew GCC 7.1.0) 7.1.0 Apple LLVM version 8.1.0

[CMake] Object files list in project after 3.7 upgrade

2017-06-02 Thread mapron
Hello, I have noticed after upgrading to Cmake 3.7 (3.8.2 problem still exists): when using object libraries, generated object files now persist in project tree (just after configuration). You can see Qt Creator screenshot at https://bugreports.qt.io/browse/QTCREATORBUG-18308 Actually,

[CMake] Provide default compiler/link flags in cache before project command.

2017-06-02 Thread Marco Satti
Hi, I am trying to let the user pick their own compiler/linker flags through the cache, whilst providing sane defaults. The problem is, I rely on the CMAKE_CXX_COMPILER_ID variable to set these defaults which is only available after the project() command is used. This also causes the

[cmake-developers] Desktop shortcut icon in msi installer using CPack

2017-06-02 Thread Yadav, Anil (TI-IGATETECHNOLOGIESINC)
Hi, I am new to CPack and WiX. I try to create desktop shortcut icons using cpack. To achieve this I am using CPACK_CREATE_DESKTOP_LINKS . its create shortcuts without icon. Is there any way to add icons? Thanks in advance for helping me. Regards, Anil -- Powered by www.kitware.com Please

[Cmake-commits] CMake branch, master, updated. v3.8.2-1383-g78d1a2d

2017-06-02 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via 78d1a2d0bbda1798ffc71b11a181d376914bdc3c (commit) via

[Cmake-commits] CMake branch, master, updated. v3.8.2-1384-g3216c21

2017-06-02 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via 3216c2178cfcc75d48f383a76ccff4aa052b5fdc (commit) from

[Cmake-commits] CMake branch, master, updated. v3.8.2-1385-g422c67e

2017-06-02 Thread Kitware Robot
_VERSION_MINOR 8) -set(CMake_VERSION_PATCH 20170602) +set(CMake_VERSION_PATCH 20170603) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/