Re: [cmake-developers] Fix for the default configuration for CMAKE_INSTALL_CONFIG_NAME

2015-02-03 Thread Brad King
On 02/02/2015 11:44 AM, Roman Wüger wrote: Attached is a patch to fix this issue. Thanks. Inspired by that Ben produced: install: Fix regression in default configuration selection http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=dea42d92 Thanks, -Brad -- Powered by www.kitware.com

[cmake-developers] Fix for the default configuration for CMAKE_INSTALL_CONFIG_NAME

2015-02-02 Thread Roman Wüger
Hello, since version 3.1.0 CMake generates cmake_install.cmake files where the default configuration is empty. (e.g.: set(CMAKE_INSTALL_CONFIG_NAME )) In previous versions = 3.0.2 the default_config variable points to a NULL pointer for invalid configurations. In later releases the variable