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/" )