Re: [CMake] ExternalPackage_Add with Non-CMake project that runs differently then equivalent shell script

2014-05-28 Thread Williams, Norman K
make VERBOSE=1 is specific to the Unix make command. You get a similar effect by specifying CMAKE_VERBOSE_MAKEFILES. A more fruitful method might be to try and fix the Cmake build system for Metis, I found a relatively simple fix that made that work, but I couldn’t find any way to contact the Meti

[CMake] Use of variables in generator expressions

2014-05-28 Thread Tom Kacvinsky
Hi, I would like to do something like the following: add_custom_command(TARGET ${target_name} POST_BUILD COMMAND mt -manifest default.manifest -outputresource:$;#1 ) The question I have is whether variables can be used in generator expressions. Reading the docs, it is clear that I canno

Re: [CMake] Problem with CMake 2.8.12.2 on Mac OS X

2014-05-28 Thread Brad King
On 05/27/2014 09:08 AM, Robert Bielik wrote: > Does anyone use CMake on Mac with Xcode 5 (LLVM) ? > I cannot get rid of the -s option to the linker (Release) The CMake source code contains no such option anywhere. It must be coming from the project you are trying to build or from your environment

[CMake] Adding additional icons for just one section of an NSIS install

2014-05-28 Thread Rick McGuire
Is it possible to add some additional steps (e.g., create some shortcuts) that will only get created if a specific component is installed? For example, the documentation is an optional install with our project. If the docs are installed, we create a number of shortcuts for accessing the documenta

[CMake] source generator not run because target not marked for build in VS2013 solution configuration

2014-05-28 Thread Dirk Steenpass
Not sure whether the behavior I describe in the following is a bug. To my limited view it appears as one. Running CMake with Visual Studio 2013 generator. Consider a build tree like: build/ top.sln alib/ alib.sln alib.vxproj aexe/

Re: [CMake] need help fixing warning message... 3.0

2014-05-28 Thread Nils Gladitz
On 28.05.2014 05:28, J Decker wrote: patching latest source, bypassing my location test code and added set( CMAKE_PLATFORM_NO_SONAME_SUPPORT ON ) then the patch seems to generate 'correct' commandlines... and the result works. Thank you for testing. I proposed a modified version (restrict