correction

This commit is contained in:
Sylvain PILLOT 2022-03-01 15:23:21 +01:00
parent 93f10baede
commit aca47f038c
1 changed files with 1 additions and 2 deletions

View File

@ -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 <msharov@users.sourceforge.net>")
# 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.