From e0806350195375385f4b4aab27ec9f2b54fc0fbe Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Tue, 27 Sep 2022 21:11:17 +0200 Subject: Fix opencl.hpp download in CMake --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 19bd3218..cde7ace0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -374,9 +374,9 @@ endif() # This section contains all the code related to the examples if(SAMPLES) - # Downloads the cl.hpp file from Khronos + # Downloads the opencl.hpp file from Khronos if(OPENCL) - file(DOWNLOAD https://raw.githubusercontent.com/KhronosGroup/OpenCL-CLHPP/main/include/CL/opencl.hpp ${clblast_SOURCE_DIR}/samples/cl.hpp) + file(DOWNLOAD https://raw.githubusercontent.com/KhronosGroup/OpenCL-CLHPP/main/include/CL/opencl.hpp ${clblast_SOURCE_DIR}/samples/opencl.hpp) endif() # Adds sample programs (C++) -- cgit v1.2.3