From 592485574261940c780c5078f9b320b8c8220b99 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Tue, 29 Jun 2021 12:50:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=BD=D0=BE?= =?UTF-8?q?=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FindVeerProtocols.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/FindVeerProtocols.cmake b/FindVeerProtocols.cmake index 2caa676..4a37984 100644 --- a/FindVeerProtocols.cmake +++ b/FindVeerProtocols.cmake @@ -13,6 +13,7 @@ if(NOT VEER_PROTOCOLS_IS_EXTERNAL_PROJECT) VEER_PROTOCOLS_INCLUDE_DIRS NAMES veer/common/ports.hpp PATHS ${_search_paths}) + unset(_search_paths) if(VEER_PROTOCOLS_INCLUDE_DIRS) set(VEER_PROTOCOLS_FOUND TRUE)