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