summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-26 09:26:45 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-26 09:26:45 +0100
commitdeb442cf25b004aa117bf388585464ef8eb154f5 (patch)
tree65946c593e666bd113d5d2a69bf174167fcb8147
parent627fd7116e37a0139b67fbd2801c364af3635a87 (diff)
chore: update cmake scripts.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
-rw-r--r--CMakeLists.txt3
-rw-r--r--install_tproc.cmake4
2 files changed, 3 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a7d0dc6..44610d9 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 BSL license.
+# // Copyright (C) 2025-2026, Amlal El Mahrouss and OCL Authors, licensed under BSL license.
# // ============================================================= //
cmake_minimum_required(VERSION 3.30)
@@ -11,7 +11,6 @@ set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
-
if (INSTALL_OCL)
include(install_tproc.cmake)
endif()
diff --git a/install_tproc.cmake b/install_tproc.cmake
index 58355c5..e6b313a 100644
--- a/install_tproc.cmake
+++ b/install_tproc.cmake
@@ -1,11 +1,11 @@
# // ============================================================= //
# // Open C++ Libraries.
-# // Copyright (C) 2025, Amlal El Mahrouss and OCL Authors, licensed under the BSL license.
+# // Copyright (C) 2025-2026, Amlal El Mahrouss and OCL Authors, licensed under the BSL license.
# // ============================================================= //
cmake_minimum_required(VERSION 3.30)
-project(libocl VERSION 0.1 LANGUAGES CXX)
+project(libocl_tproc VERSION 0.1 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)