Re: [cmake-developers] CMAKE architecture generator expression

2017-11-06 Thread Craig Scott
On Mon, Nov 6, 2017 at 4:12 AM, llvm 999 wrote: > > > Can anyone tell me the most appropriate generator expression to obtain the > x32 vs x64 build info regardless of platform (windows or Linux)? > > > > I would like to place some static libs into certain output folders based > on whether I am bu

[cmake-developers] CMAKE architecture generator expression

2017-11-05 Thread llvm 999
Can anyone tell me the most appropriate generator expression to obtain the x32 vs x64 build info regardless of platform (windows or Linux)? I would like to place some static libs into certain output folders based on whether I am building for a x32 or x64 architecture. Any info would be much ap