Re: [CMake] Change compiler for certain files in the project

2017-10-31 Thread paul via CMake
On Mon, 2017-10-30 at 21:34 -0400, Aaron Boxer wrote: > > > On Sat, Oct 28, 2017 at 11:22 AM, P F wrote: > > > > > On Oct 28, 2017, at 9:50 AM, Aaron Boxer wrote: > > > > > > Hello, > > > > > > I have a cmake project on linux, and I would like to change the compiler > > > for certain files fro

Re: [CMake] Change compiler for certain files in the project

2017-10-30 Thread Aaron Boxer
From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of P F via CMake > Sent: Saturday, October 28, 2017 9:22 AM > To: Aaron Boxer > Cc: cmake > Subject: Re: [CMake] Change compiler for certain files in the project > > > > On Oct 28, 2017, at 9:50 AM, Aaron Boxer wrote: >

Re: [CMake] Change compiler for certain files in the project

2017-10-30 Thread Aaron Boxer
On Sat, Oct 28, 2017 at 11:22 AM, P F wrote: > > > On Oct 28, 2017, at 9:50 AM, Aaron Boxer wrote: > > > > Hello, > > > > I have a cmake project on linux, and I would like to change the compiler > > for certain files from g++ to another, llvm-based compiler called hcc. > > (hcc is AMDs HIP comp

Re: [CMake] Change compiler for certain files in the project

2017-10-30 Thread Thompson, KT
[CMake] Change compiler for certain files in the project > On Oct 28, 2017, at 9:50 AM, Aaron Boxer wrote: > > Hello, > > I have a cmake project on linux, and I would like to change the compiler > for certain files from g++ to another, llvm-based compiler called hcc. >

Re: [CMake] Change compiler for certain files in the project

2017-10-28 Thread P F via CMake
> On Oct 28, 2017, at 9:50 AM, Aaron Boxer wrote: > > Hello, > > I have a cmake project on linux, and I would like to change the compiler > for certain files from g++ to another, llvm-based compiler called hcc. > (hcc is AMDs HIP compiler for GPGPU) > > > Is there a way of doing this in my c

[CMake] Change compiler for certain files in the project

2017-10-28 Thread Aaron Boxer
Hello, I have a cmake project on linux, and I would like to change the compiler for certain files from g++ to another, llvm-based compiler called hcc. (hcc is AMDs HIP compiler for GPGPU) Is there a way of doing this in my cmake file ? Thanks, Aaron -- Powered by www.kitware.com Please keep