summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 1 insertions, 2 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()