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
--
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake