[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

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

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 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

[CMake] Trouble finding libjpeg package on ubuntu

2017-05-28 Thread Aaron Boxer
Hello, I would like cmake to find the libjpeg installation on my ubuntu system. I have the find_package(jpeg) line in my cmake file, and this works on windows, but on Ubuntu with libjpeg-turbo installed, it can't find it. Here is a list of the install directories for the libjpeg-turbo8-dev

[Cmake-commits] CMake branch, master, updated. v3.8.1-1336-gd375618

2017-05-28 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via d375618921e16c229e748c87ea16190f2de74337 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.8.1-1315-gbc341a9

2017-05-28 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via bc341a9d5e3863dd80393144eae88f27883db764 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.8.1-1337-ge75ac5a

2017-05-28 Thread Kitware Robot
_VERSION_MINOR 8) -set(CMake_VERSION_PATCH 20170528) +set(CMake_VERSION_PATCH 20170529) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/