Re: [CMake] CMake 3.12 rc2 to rc3 Regression

2018-07-19 Thread Robert Maynard
; Michael Jackson | Owner, President > > BlueQuartz Software > > [e] mike.jack...@bluequartz.net > > [w] www.bluequartz.net > > > > From: Craig Scott > Date: Wednesday, July 18, 2018 at 9:40 AM > To: Michael Jackson > Cc: CMake > Subject: Re: [CMake] CMa

Re: [CMake] CMake 3.12 rc2 to rc3 Regression

2018-07-19 Thread Michael Jackson
[e] mike.jack...@bluequartz.net [w] www.bluequartz.net From: Craig Scott Date: Wednesday, July 18, 2018 at 9:40 AM To: Michael Jackson Cc: CMake Subject: Re: [CMake] CMake 3.12 rc2 to rc3 Regression On Wed, Jul 18, 2018 at 11:04 PM, Michael Jackson wrote: Searching the mailing

Re: [CMake] CMake 3.12 rc2 to rc3 Regression

2018-07-18 Thread Craig Scott
On Wed, Jul 18, 2018 at 11:04 PM, Michael Jackson < mike.jack...@bluequartz.net> wrote: > Searching the mailing list archives for the RC3 announcement I scrolled to > the bottom and found: > > Brad King (2): > Revert "target_link_libraries: Allow use with targets in other > directories" >

Re: [CMake] CMake 3.12 rc2 to rc3 Regression

2018-07-18 Thread Michael Jackson
Searching the mailing list archives for the RC3 announcement I scrolled to the bottom and found: Brad King (2): Revert "target_link_libraries: Allow use with targets in other directories" CMake 3.12.0-rc3 Just curious what caused the issue to revert the change? -- Michael Jackson |

[CMake] CMake 3.12 rc2 to rc3 Regression

2018-07-18 Thread Michael Jackson
There was a regression between 3.12-rc2 and 3.12-rc3 where we can no longer add files to a target unless it was built in the directory that is currently being cmaked? Hard to explain, I'll let my error message help out: In CMake 3.12-rc3 and the 3.12 Official Release I get the following: --