From aca47f038c9e1239229d10191d37649e83a415d4 Mon Sep 17 00:00:00 2001 From: Slyvtt Date: Tue, 1 Mar 2022 15:23:21 +0100 Subject: [PATCH] correction --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cc1fcf3..a64fa91 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # libustl: build system cmake_minimum_required(VERSION 3.16) -project(libustl VERSION 2.3 LANGUAGES C CXX ASM) +project(libustl VERSION 2.3 LANGUAGES CPP) # Libraries that libexample depends on find_package(Gint 2.7 REQUIRED) @@ -11,7 +11,6 @@ set(USTL_STRING "ustl v2.3") set(USTL_VERSION "2.3") set(USTL_BUGREPORT "Mike Sharov ") - # Turn include/config.h.in into a proper config.h where the @VAR@ have # been replaced; this is how version numbers are maintained. libexample_VERSION # is set to "1.0" by the project() command.