Re: [CMake] install(QUIET ...)

2014-05-15 Thread Emmanuel Blot
> Too bad it did not make it to RC3... > This is a really nice feature. Neither RC4 nor RC5. Any chance to get it pulled? Cheers, Manu -- 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 t

[CMake] FindOpenSSL choosing unexpected OpenSSL install on Windows

2014-05-15 Thread Jeff Trawick
Short form: I tell FindOpenSSL where to look by setting OPENSSL_ROOT_DIR to point to my shiny new OpenSSL install; it ignores me and finds ancient, vulnerable OpenSSL libraries to use instead.) Some info about my build environment: * pristine install of cmake 2.8.12.2-win32-x86 * "Open VS2012 x64

[CMake] How to re-install visual studio macro

2014-05-15 Thread Scott Aron Bloom
Somehow I have corrupted the Visual studio macro, and its no longer effective when cmake is run. I have tried uninstalling and re-installing cmake, and it doesn't resetup the macro. Is there a registry setting somewhere? Or a addin I need to manually uninstall? VS 2008 btw.. Scott -- Power

[CMake] Problem in my proyect..

2014-05-15 Thread Luis Felipe Dominguez Vega
Hello everyone, i need your help because cmake is show me this message: *** CMake Error in CDAUtils/src/CMakeLists.txt: Target "escmga-siscp-utils" INTERFACE_INCLUDE_DIRECTORIES property contains path: "/home/luis/

[CMake] Patch: Add EXCLUDE_FROM_ALL to install() command

2014-05-15 Thread Lewis, Nick
There is currently no way to exclude a specific install from a full installation. Users often attempt to do so by adding EXCLUDE_FROM_ALL as per add_executable()/add_library(). This patch adds support for EXCLUDE_FROM_ALL to the install() command so that users can exclude it from a full installa

[CMake] Get CMake to unset/remove a property in the Xcode project

2014-05-15 Thread Saad Khattak
Hello, I would like CMake to not set the following property in the project at all: ARCHS = "$(ARCHS_STANDARD)" That is, I would like this property to not even show up in the *pbxproj*file (which can be found inside the generated *xcodeproj* bundle. In fact, I would like it to be removed by CMake