From 900501f37ec316dc1aa0f4df92cc882f9ecc8a81 Mon Sep 17 00:00:00 2001 From: Orange Date: Sat, 22 Feb 2025 23:02:08 +0300 Subject: [PATCH] added language mention --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 810cac1..5197e0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.26) -project(omath VERSION 1.0.1) +project(omath VERSION 1.0.1 LANGUAGES CXX) include(CMakePackageConfigHelpers)