Re: [CMake] The Xcode generator and ASM_NASM support

2018-10-03 Thread Tom Finegan via CMake
On Wed, Oct 3, 2018 at 10:29 AM Gregor Jasny wrote: > Hello, > > > On 10/3/18 6:08 PM, Tom Finegan via CMake wrote: > > I'm trying to get rid of some local CMake scripting for building assembly > > with nasm and yasm, but I'm running into a problem with the Xcode > generator. > > > > For the

Re: [CMake] The Xcode generator and ASM_NASM support

2018-10-03 Thread Gregor Jasny via CMake
Hello, On 10/3/18 6:08 PM, Tom Finegan via CMake wrote: I'm trying to get rid of some local CMake scripting for building assembly with nasm and yasm, but I'm running into a problem with the Xcode generator. For the make and ninja generators, everything is fine-- nasm and yasm are both working

[CMake] The Xcode generator and ASM_NASM support

2018-10-03 Thread Tom Finegan via CMake
I'm trying to get rid of some local CMake scripting for building assembly with nasm and yasm, but I'm running into a problem with the Xcode generator. For the make and ninja generators, everything is fine-- nasm and yasm are both working as expected. The same is not true for Xcode. When building