Skip to content

Commit 93c08f6

Browse files
author
Felipe Torrezan
authored
Update README.md
- Updated `INSTALL_DIR` notes links to v2022.06.
1 parent 16bed53 commit 93c08f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ On the [examples/iar-toolchain.cmake](examples/iar-toolchain.cmake) file from th
4747
>| a typical installation location | `"C:/Program Files/IAR Systems/Embedded Workbench N.n"` | `"/opt/iarsystems/bx<arch>-N.nn.n"` |
4848
>| a custom installation location | `"C:/IAR_Systems/EWARM/N.nn.n"` | Not applicable |
4949
> * Replace `N.nn[.n]` or `<arch>` by the actual version or package of the active product.
50-
> * The __IAR_INSTALL_DIR__ is used to set the [__TOOLKIT_DIR__](https://github.com/IARSystems/cmake-tutorial/blob/1.0.0/examples/iar-toolchain.cmake#L17) variable.
51-
> * The __TOOLKIT_DIR__ variable is used to set the [PATH](https://github.com/IARSystems/cmake-tutorial/blob/1.0.0/examples/iar-toolchain.cmake#L20-L24) environment variable with the `bin` directory so that the compiler can be found on the search path. Setting the PATH with this method lasts for the time CMake is running.
50+
> * The __IAR_INSTALL_DIR__ is used to set the [__TOOLKIT_DIR__](https://github.com/IARSystems/cmake-tutorial/blob/v2022.06/examples/iar-toolchain.cmake#L17) variable.
51+
> * The __TOOLKIT_DIR__ variable is used to set the [PATH](https://github.com/IARSystems/cmake-tutorial/blob/v2022.06/examples/iar-toolchain.cmake#L20-L24) environment variable with the `bin` directory so that the compiler can be found on the search path. Setting the PATH with this method lasts for the time CMake is running.
5252
5353
</details>
5454

0 commit comments

Comments
 (0)