From fff8442fb3d9ba7a2f8343299e19f6b952bc717b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Oberhuber?= <oberhuber.tomas@gmail.com> Date: Tue, 27 Jul 2021 22:34:35 +0200 Subject: [PATCH] Fix of CMakeLists. --- Documentation/Examples/Algorithms/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/Documentation/Examples/Algorithms/CMakeLists.txt b/Documentation/Examples/Algorithms/CMakeLists.txt index 339ab57547..a2fc4569da 100644 --- a/Documentation/Examples/Algorithms/CMakeLists.txt +++ b/Documentation/Examples/Algorithms/CMakeLists.txt @@ -6,8 +6,6 @@ set( COMMON_EXAMPLES SortingExample3 ParallelForExample SequentialForExample - unrolledForExample.out - staticForExample.out ) set( HOST_EXAMPLES -- GitLab