summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-05 16:51:37 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-05 16:51:37 +0100
commita61dbbdb02d1e50fb49147cc689f11dce2e62534 (patch)
tree6b884dffa097e3ad5a7042aa9c765a5f38eb854c /CMakeLists.txt
parentebae9ca877eabf5cbb6c84bf7bd7299b2d15a954 (diff)
[FEAT] Add Conan support.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 00a1592..58414bf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,4 @@ set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
-
-if (INSTALL_OCL)
- include(install_ocl.cmake)
-endif()
+include(install_ocl.cmake)