Re: [cmake-developers] [PATCH] Possible regression in cmake_parse_arguments in CMake v3.5.0-rc2

2016-02-12 Thread Brad King
On 02/12/2016 10:47 AM, Yordanov, Dimitar wrote: > the attached patch should address the issue discussed by Daniele and Matthias. > The test case provided was also added. Great, thanks. I updated the comment and commit message slightly and applied it: cmake_parse_arguments: Restore ;-list argum

[cmake-developers] [PATCH] Possible regression in cmake_parse_arguments in CMake v3.5.0-rc2

2016-02-12 Thread Yordanov, Dimitar
Hi, the attached patch should address the issue discussed by Daniele and Matthias. The test case provided was also added. Best wishes Dimitar >From 5d51943372608a071983921395423a3cb363d233 Mon Sep 17 00:00:00 2001 From: Dimitar Yordanov Date: Fri, 12 Feb 2016 16:19:22 +0100 Subject: [PATCH] Pos

Re: [cmake-developers] Possible regression in cmake_parse_arguments in CMake v3.5.0-rc2

2016-02-12 Thread Matthias Männich
Hi, the problem becomes obvious if one does: message("_FOO1_FOO=${_FOO1_FOO}") message("_FOO1_UNPARSED_ARGUMENTS=${_FOO1_UNPARSED_ARGUMENTS}") message("_FOO2_FOO=${_FOO2_FOO}") message("_FOO2_UNPARSED_ARGUMENTS=${_FOO2_UNPARSED_ARGUMENTS}") unfortunately I assumed that the vector

[cmake-developers] Possible regression in cmake_parse_arguments in CMake v3.5.0-rc2

2016-02-12 Thread Daniele E. Domenichelli
>From (at least) CMake 2.8.9 to CMake 3.4, this CMakeLists.txt --- cmake_minimum_required(VERSION 2.8.9) project(bar) include(CMakeParseArguments) macro(foo) set(_options ) set(_oneValueArgs FOO) set(_multiValueArgs ) cmake_parse_arguments(_FOO1 "${_options}"

[cmake-developers] [PATCH]: CodeBlocks: improve support for different compilers

2016-02-12 Thread Melven.Roehrig-Zoellner
Just a small patch for the CodeBlocks generator (compiler tag in the generated CodeBlocks project file). Regards, Melven 0001-CodeBlocks-improve-support-for-different-compilers.patch Description: 0001-CodeBlocks-improve-support-for-different-compilers.patch -- Powered by www.kitware.com Ple