Skip to content

Commit d245a98

Browse files
committed
fix: windows vcpkg cache
1 parent 2df2d1d commit d245a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FindFBX.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ find_library(FBXSDK_ZLIB_LIBRARY_DEBUG
126126
${_fbxsdk_zlib_libname_debug}
127127
NO_CMAKE_FIND_ROOT_PATH
128128
PATHS "${FBXSDK_ROOT}/${_fbxsdk_libdir_debug}")
129-
message("FBXSDK_ZLIB_LIBRARY_DEBUG: ${FBXSDK_ZLIB_LIBRARY_DEBUG}"
129+
message("FBXSDK_ZLIB_LIBRARY_DEBUG: ${FBXSDK_ZLIB_LIBRARY_DEBUG}")
130130

131131
endif()
132132

0 commit comments

Comments
 (0)