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.