[CMake] Automating package installion if not there
Vivek Goel
goelvivek2011 at gmail.com
Mon Jul 30 15:21:18 EDT 2012
I have a project. Which is getting build-ed from different developers on
different system.
Is there a way I can automate package installation of not found for
packages like:
- gcc
- yacc
If not is there a way I can pre check if particular tool is installed or
not. If not show a good message to user please install the package and
abort like:
Seems like you have not installed gcc, g++, yacc required to build this
project. Please run following command to fix this problem:
yum install gcc g++ yacc -y
regards
Vivek Goel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20120731/d4e6baf7/attachment.htm>
More information about the CMake
mailing list