From ad2e3bc6a56e93f795de5f815501faf35b280212 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Wed, 30 Jun 2021 14:19:34 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=BF=D0=B5=D1=87=D0=B0=D1=82=D0=BA?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FindVeerProtocols.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FindVeerProtocols.cmake b/FindVeerProtocols.cmake index 4a37984..fcc810f 100644 --- a/FindVeerProtocols.cmake +++ b/FindVeerProtocols.cmake @@ -1,6 +1,6 @@ if(NOT VEER_PROTOCOLS_IS_EXTERNAL_PROJECT) - set(VEER_PROTOCOLS_PREFIX "" CACHE PATH "The path to the prefix of an veer protocols installation") - set(VEER_PROTOCOLS_INCLUDE_DIR "" CACHE PATH "The path to the headers of an libfsp installation") + set(VEER_PROTOCOLS_PREFIX "" CACHE PATH "The path to the prefix of veer protocols installation") + set(VEER_PROTOCOLS_INCLUDE_DIR "" CACHE PATH "The path to the headers of veer protocols installation") set(_search_paths "") if(EXISTS VEER_PROTOCOLS_INCLUDE_DIR)