How can we use the Cmake variable into shell script?

Viewed 20

I have the Version variable in CMake; as set(version "19-03") I want to use this variable version in the shell script. I need to use this version variable in scripts and it needs to activate respective version in shell. How can I do that?

0 Answers
Related