[CMake] Release build problem with .exe manifest files.

2014-05-13 Thread Rick McGuire
I have a project that needs to use a specific manifest file when generating .exe files. I was able to get this working by specifying the /MANIFEST and /MANIFESTFILE options on CMAKE_EXE_LINKER_FLAGS. This works great with the debug build, but today I finally got around to checking out that the re

[CMake] Boston CMake Course (Early registrations ends May 16)

2014-05-13 Thread Bill Hoffman
There is still room in the "Project Lifecycle Management with CMake Family of Tools" course in Boston on June 4, 2014. The early registration deadline has been extended to May 16! Sign up now at http://training.kitware.fr/browse/69. Hope to see you there. -Bill -- Powered by www.kitware.com

[CMake] Problems to use fixup_bundle on Mac OS X

2014-05-13 Thread Romain LEGUAY
Hello everyone, I try to build a small Qt application (helloGUI) with a shared library (hello). Here is my application and library tree: ├── CMakeLists.txt ├── gui │ ├── CMakeLists.txt │ ├── bundle.cmake │ ├── include │ │ └── MainWindow.hpp │ ├── src │ │ ├── MainWindow.cpp │ │ └

Re: [CMake] version-info module?

2014-05-13 Thread Yngve Inntjore Levinsen
Hi, Do you meen as in set_target_properties(mytarget PROPERTIES VERSION 1.0 SOVERSION 1) ? Cheers, Yngve Den 12. mai 2014 19:24, skrev Orion Poplawski: Is anyone aware of a cmake module that would be the equivalent of the -version-info mechanism in libtool for generating VERSION and SOVERSION