Re: [CMake] Is there analog of source command from bash ?

2017-05-28 Thread Alan W. Irwin
On 2017-05-29 00:36+0300 Konstantin Tokarev wrote: 28.05.2017, 16:58, "Denis Kotov" : Hi everyone, I have tried to find solution to the following problem: There is the project with environment variable described in setenv.sh file Old build process looks like: source

Re: [CMake] Is there analog of source command from bash ?

2017-05-28 Thread Konstantin Tokarev
28.05.2017, 16:58, "Denis Kotov" : > Hi everyone, > > I have tried to find solution to the following problem: > There is the project with environment variable described in setenv.sh file > Old build process looks like: > source setenv.sh > make release > > But I want to

Re: [CMake] Is there analog of source command from bash ?

2017-05-28 Thread Magnus Therning
Denis Kotov writes: > Hi everyone, > > I have tried to find solution to the following problem: There is the > project with environment variable described in *setenv.sh* file > Old build process looks like: > source *setenv.sh* > make release > > But I want to accomplish

[CMake] Is there analog of source command from bash ?

2017-05-28 Thread Denis Kotov
Hi everyone, I have tried to find solution to the following problem: There is the project with environment variable described in *setenv.sh* file Old build process looks like: source *setenv.sh* make release But I want to accomplish this by *CMake*. But I have realized that *CMake* does not have