Skip to content

Commit

Permalink
update cmake prefix path
Browse files Browse the repository at this point in the history
  • Loading branch information
XUranus committed Apr 10, 2024
1 parent 0a69bb7 commit 4809e56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ build_doxygen()
set(
CMAKE_PREFIX_PATH
"C:/vcpkg/packages/openssl_x64-windows"
"C:/vcpkg/packages/openssl"
"C:/vcpkg/packages"
"C:/vcpkg"
"/usr/local/Cellar/openssl@3"
"/usr/local/Cellar/openssl@3/3.1.3"
${CMAKE_PREFIX_PATH}
Expand Down
2 changes: 1 addition & 1 deletion cli/vshow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ VolumeInfo GetVolumeInfoWin32(const std::string& volumePath)
return volumeInfo;
}
// assign volume info struct
volumeInfo.label = Utf16ToUtf8(volumeNameBuffer);
volumeInfo.volumeName = Utf16ToUtf8(volumeNameBuffer);
volumeInfo.serialNumber = volumeSerialNumber;
volumeInfo.maximumComponentLength = maximumComponentLength;
volumeInfo.fileSystemFlags = fileSystemFlags;
Expand Down

0 comments on commit 4809e56

Please sign in to comment.