From 2528dcf50cab936868e59c55d825bba2b2b61582 Mon Sep 17 00:00:00 2001 From: Alex Moriarty Date: Fri, 16 Jun 2023 20:44:37 -0300 Subject: [PATCH] set project language to CXX Co-authored-by: Chris Thrasher --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd68d01..c6c7dbb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.16) # General setup project(serial VERSION 1.2.1 + LANGUAGES CXX DESCRIPTION "Cross-platform, Serial Port library written in C++" HOMEPAGE_URL "http://wjwwood.io/serial/" )