mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 09:41:28 +08:00
14 lines
518 B
Diff
14 lines
518 B
Diff
|
diff --git a/cmake_unofficial/CMakeLists.txt b/cmake_unofficial/CMakeLists.txt
|
||
|
index d5456b0..aed0db5 100644
|
||
|
--- a/cmake_unofficial/CMakeLists.txt
|
||
|
+++ b/cmake_unofficial/CMakeLists.txt
|
||
|
@@ -122,7 +122,7 @@ if(NOT XXHASH_BUNDLED_MODE)
|
||
|
install(TARGETS xxhsum
|
||
|
EXPORT xxHashTargets
|
||
|
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}")
|
||
|
- install(FILES "${XXHASH_DIR}/xxhsum.1"
|
||
|
+ install(FILES "${XXHASH_DIR}/cli/xxhsum.1"
|
||
|
DESTINATION "${CMAKE_INSTALL_MANDIR}/man1")
|
||
|
endif(XXHASH_BUILD_XXHSUM)
|
||
|
|