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
packa
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 setenv.sh
make release
B
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 accomplish this by CMake.
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 this by *CMake*. But I ha
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