Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDantali0n <info@dantalion.nl>2022-01-20 14:44:00 +0300
committerDantali0n <info@dantalion.nl>2022-01-20 14:44:00 +0300
commite73d21f5daf692bc00f44d299618ea7f9750a120 (patch)
tree4c1b6ebf3c4dc0aad0610e174f9c573a102b39ed /examples
parent1120f0b07ed19b486e29782f081d46406ac2d17a (diff)
Bump OpenCLVectorAdd cmake version to 3.10
Diffstat (limited to 'examples')
-rw-r--r--examples/OpenCLVectorAdd/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/OpenCLVectorAdd/CMakeLists.txt b/examples/OpenCLVectorAdd/CMakeLists.txt
index cf4574fb..71d0d595 100644
--- a/examples/OpenCLVectorAdd/CMakeLists.txt
+++ b/examples/OpenCLVectorAdd/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.10)
project(OpenCLVectorAdd)