commit | 07a64f19edf4d5c6c98cbbd994fc50d4d3ccfe32 | [log] [tgz] |
---|---|---|
author | Carles Cufi <carles.cufi@nordicsemi.no> | Thu Jan 11 18:28:07 2018 +0100 |
committer | Anas Nashif <nashif@linux.intel.com> | Thu Jan 11 16:05:05 2018 -0500 |
tree | 466111106fafd08afbcd572aeda6144f6eea865c | |
parent | d3304dc50863ffe5dbc89daa2793c557cf9edd25 [diff] |
cmake: Use find_program() to locate the toolchain Instead of hard-coding the path use find_program(), since that allows CMake to sort out platform-specific details such as .exe extensions on Windows. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>