diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-05 16:51:37 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-05 16:51:37 +0100 |
| commit | a61dbbdb02d1e50fb49147cc689f11dce2e62534 (patch) | |
| tree | 6b884dffa097e3ad5a7042aa9c765a5f38eb854c /CMakeLists.txt | |
| parent | ebae9ca877eabf5cbb6c84bf7bd7299b2d15a954 (diff) | |
[FEAT] Add Conan support.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 5 |
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) |
