Don't fail linking if man page building fails
authorRoland Schulz <roland@utk.edu>
Wed, 5 Sep 2012 14:01:26 +0000 (10:01 -0400)
committerRoland Schulz <roland@utk.edu>
Thu, 6 Sep 2012 12:24:10 +0000 (08:24 -0400)
commit6ce6c869a1e0fddb87c85294b1b7bfc2cee50327
tree9460dceaf302ffc3bff1e2b5b9878bc9b82cc347
parent982c6be4ac37332e879ca50a4df562b06e4d03e6
Don't fail linking if man page building fails

If building of man page fails because binary cannot be
executed (e.g. undetected cross-compile) then fail
silently. A warning is printed when installing.
Only affects deverloper version (not source from cpack).

Change-Id: I9201d44a103602bb26a29b03d14ce08a0089540a
cmake/BuildManPages.cmake
cmake/CreateManPage.cmake [new file with mode: 0644]
cmake/Filter.cmake [deleted file]