f78574e5a7
* Replace `string(CONCAT ...)` with an equivalent call for the cmake 2.8.12 users. * Use `execute_process` instead of the deprecated `exec_program`. This will work regardless of version (assuming the minimum is met at least). This should address issue #549.