Tiny fixes

This commit is contained in:
Ilia Motornyi
2021-10-12 18:37:25 +03:00
parent 4691658a83
commit f3e0a58d96
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.17)
cmake_minimum_required(VERSION 3.21)
project(custom-compiler-test C CXX)

View File

@@ -5,6 +5,6 @@ This project is an example how to use [Embarcadero Free C Compiler](https://www.
with [CMake](https://cmake.org/) and [CLion](https://www.jetbrains.com/clion/)
using [Custom Defined Compiler](https://youtrack.jetbrains.com/issue/CPP-9615)
There is a custom compiler definition file for the compiler: [custom-compiler-bcc-msp430.yaml](custom-compiler-bcc.yaml)
There is a custom compiler definition file for the compiler: [custom-compiler-bcc.yaml](custom-compiler-bcc.yaml)
**NB**: The compiler is supposed to be installed to `c:\tools\bcc102` folder