Re: [cmake-developers] patch for FindProtobuf.cmake

2016-06-23 Thread Brad King
On 06/22/2016 08:08 PM, Miroslav Drahos wrote: > I believe I found a bug in FindProtobuf.cmake. Using set with two > parameters will insert an unwanted semicolon, the list separator. > The changes I made are like this (several occurrences): > > -set(_protobuf_include_path -I

[cmake-developers] patch for FindProtobuf.cmake

2016-06-22 Thread Miroslav Drahos
Folks, I believe I found a bug in FindProtobuf.cmake. Using set with two parameters will insert an unwanted semicolon, the list separator. The changes I made are like this (several occurrences): -set(_protobuf_include_path -I ${CMAKE_CURRENT_SOURCE_DIR}) +set(_protobuf_include_path