summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--install_core.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9bde8c2..d17a269 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
# // ============================================================= //
# // Open C++ Libraries.
-# // Copyright (C) 2025, Amlal El Mahrouss and OCL Authors, licensed under BSD-3 license.
+# // Copyright (C) 2025-2026, Amlal El Mahrouss and OCL Authors, licensed under BSD-3 license.
# // ============================================================= //
cmake_minimum_required(VERSION 3.30)
diff --git a/install_core.cmake b/install_core.cmake
index 9683385..dc45396 100644
--- a/install_core.cmake
+++ b/install_core.cmake
@@ -1,11 +1,11 @@
# // ============================================================= //
# // Open C++ Libraries.
-# // Copyright (C) 2025, Amlal El Mahrouss and OCL Authors, licensed under BSD-3 license.
+# // Copyright (C) 2025-2026, Amlal El Mahrouss and OCL Authors, licensed under BSD-3 license.
# // ============================================================= //
cmake_minimum_required(VERSION 3.30)
-project(libocl VERSION 0.1 LANGUAGES CXX)
+project(libocl_core VERSION 0.1 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)