Allow building without a C++ compiler
Signed-off-by: Robin Lindén <_@robinlinden.eu>
This commit is contained in:
parent
c67f8bc73c
commit
8029274fec
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
# SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
|
||||
#
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
project(FreeRTOS-Sim VERSION 10.0.2.0)
|
||||
project(FreeRTOS-Sim VERSION 10.0.2.0 LANGUAGES C)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue