From 9f1ea0da62cf6079172e531eb113512dc72c23de Mon Sep 17 00:00:00 2001
From: Martin Beseda <martin.beseda@vsb.cz>
Date: Tue, 22 Jan 2019 21:53:21 +0100
Subject: [PATCH] FIX: Trying to fix CI...

---
 FindTurtle.cmake | 1 +
 1 file changed, 1 insertion(+)

diff --git a/FindTurtle.cmake b/FindTurtle.cmake
index 354fa31d..50edcc68 100644
--- a/FindTurtle.cmake
+++ b/FindTurtle.cmake
@@ -18,6 +18,7 @@ FIND_PATH(
 
     PATH_SUFFIXES
         include
+        turtle
         include/turtle
 )
 # Set TURTLE_FOUND honoring the QUIET and REQUIRED arguments
-- 
GitLab