From 71a22be8414777ffe8375d3a67efef0d953724dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <1871535768@qq.com> Date: Wed, 28 Feb 2024 13:51:27 +0800 Subject: [PATCH] Update VC-LTL helper for cmake.cmake --- libs/VC-LTL helper for cmake.cmake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libs/VC-LTL helper for cmake.cmake b/libs/VC-LTL helper for cmake.cmake index e5eac93..6a8aa64 100644 --- a/libs/VC-LTL helper for cmake.cmake +++ b/libs/VC-LTL helper for cmake.cmake @@ -84,5 +84,7 @@ if(NOT VC_LTL_Root) endif() if(VC_LTL_Root) - include("${VC_LTL_Root}\\config\\config.cmake") + if(EXISTS "${VC_LTL_Root}\\config\\config.cmake") + include("${VC_LTL_Root}\\config\\config.cmake") + endif() endif()