diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-05 20:17:59 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-05 20:18:11 +0100 |
| commit | 2a8877a8652988b8181c49942097d50124a44684 (patch) | |
| tree | ae9986a57f2760e287bcb838cfb842f4675c4af6 /CMakeLists.txt | |
| parent | 3fa099700719caa9a869508f0bd45df82b8e7a07 (diff) | |
[FIX] CMake and Workflows fixes.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 58414bf..8dc1dfc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,4 +11,6 @@ set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_CXX_EXTENSIONS OFF) +if (NOT DEFINED OCL_NO_INSTALL) include(install_ocl.cmake) +endif () |
