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
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:
>
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
[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.
>
> 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
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