Skip to content
Snippets Groups Projects
Commit 24a1193e authored by Vassil Vassilev's avatar Vassil Vassilev
Browse files

[cmake] Do not resolve the REALPATH too early.

In some ccache setups we have the compiler soft link to ccache.

Eg. /usr/local/bin/g++ -> /usr/local/bin/ccache. If we resolve the link too
early we will take the wrong branch assuming the compiler was set as
CMAKE_CXX_COMPILER="ccache g++" and try to get the second token of the command.
parent 09c767ac
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment