Update VC-LTL helper for cmake.cmake

This commit is contained in:
恍兮惚兮 2024-02-28 13:51:27 +08:00
parent c82f030165
commit 71a22be841

View File

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