From f3e0a58d968ece98c2264d683f855d836557bb57 Mon Sep 17 00:00:00 2001 From: Ilia Motornyi Date: Tue, 12 Oct 2021 18:37:25 +0300 Subject: [PATCH] Tiny fixes --- CMake-Embarcadero-BCC32C/CMakeLists.txt | 2 +- CMake-Embarcadero-BCC32C/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMake-Embarcadero-BCC32C/CMakeLists.txt b/CMake-Embarcadero-BCC32C/CMakeLists.txt index 42a3872..f2aac71 100644 --- a/CMake-Embarcadero-BCC32C/CMakeLists.txt +++ b/CMake-Embarcadero-BCC32C/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.17) +cmake_minimum_required(VERSION 3.21) project(custom-compiler-test C CXX) diff --git a/CMake-Embarcadero-BCC32C/README.md b/CMake-Embarcadero-BCC32C/README.md index 07f2652..24e1527 100644 --- a/CMake-Embarcadero-BCC32C/README.md +++ b/CMake-Embarcadero-BCC32C/README.md @@ -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 \ No newline at end of file