while coding the CMakeLists.txt we often see some packages marked as REQUIRED
FIND_PACKAGE( QT4 REQUIRED)
It means the build will stop if the QT4 is not present.
refer to the page for further information http://summer-opensource.blogspot.com/2011/07/learning-cmake.html
No comments:
Post a Comment