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()