From d388cd2cec53fef7068e3760dc2f782f499f3192 Mon Sep 17 00:00:00 2001 From: Yuhang Zhao <2546789017@qq.com> Date: Sun, 23 Jul 2023 18:10:04 +0800 Subject: [PATCH] update --- YY-Thunks.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/YY-Thunks.cmake b/YY-Thunks.cmake index 4c30988..f1ae333 100644 --- a/YY-Thunks.cmake +++ b/YY-Thunks.cmake @@ -72,6 +72,7 @@ if(NOT "x${__yy_thunks_dir}" STREQUAL "x" AND EXISTS "${__yy_thunks_dir}") set(__yy_thunks_arch x86) endif() set(__yy_thunks_obj "${__yy_thunks_dir}/objs/${__yy_thunks_arch}/YY_Thunks_for_${YYTHUNKS_TARGET_OS}.obj") + cmake_path(NORMAL_PATH __yy_thunks_obj OUTPUT_VARIABLE __yy_thunks_obj) if(EXISTS "${__yy_thunks_obj}") set(YYTHUNKS_FOUND TRUE CACHE BOOL "" FORCE) set(YYTHUNKS_INSTALL_DIR "${__yy_thunks_dir}" CACHE STRING "" FORCE)