diff options
| author | kreuzerkrieg <kreuzerkrieg@gmail.com> | 2020-04-24 07:16:24 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-23 21:16:24 -0700 |
| commit | 49822446b5817daeef24e792b77a43a7e4fd0e32 (patch) | |
| tree | 194a8a03d372fd469564efa66690fc0c000e0e69 | |
| parent | 6219c61b519f0bcb175a1968b0aa54fa2b1eea71 (diff) | |
| download | vcpkg-49822446b5817daeef24e792b77a43a7e4fd0e32.tar.gz vcpkg-49822446b5817daeef24e792b77a43a7e4fd0e32.zip | |
[ryu]Ryu include fix (#10989)
* Ryu include installation path fix
* Ryu include installation path fix
| -rw-r--r-- | ports/ryu/CONTROL | 2 | ||||
| -rw-r--r-- | ports/ryu/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/ryu/CONTROL b/ports/ryu/CONTROL index c78ca9b38..916d6e839 100644 --- a/ports/ryu/CONTROL +++ b/ports/ryu/CONTROL @@ -1,5 +1,5 @@ Source: ryu -Version: 2.0-1 +Version: 2.0-2 Homepage: https://github.com/ulfjack/ryu Description: Ryu generates the shortest decimal representation of a floating point number that maintains round-trip safety. Supports: !(uwp|arm|x86) diff --git a/ports/ryu/portfile.cmake b/ports/ryu/portfile.cmake index 40bb67941..f26b01b98 100644 --- a/ports/ryu/portfile.cmake +++ b/ports/ryu/portfile.cmake @@ -33,6 +33,6 @@ else() endif() file(INSTALL ${SOURCE_PATH}/LICENSE-Boost DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) -file(INSTALL ${SOURCE_PATH}/ryu/ryu.h DESTINATION ${CURRENT_PACKAGES_DIR}/include/) +file(INSTALL ${SOURCE_PATH}/ryu/ryu.h DESTINATION ${CURRENT_PACKAGES_DIR}/include/ryu/) file(INSTALL ${CMAKE_CURRENT_LIST_DIR}/ryuConfig.cmake DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}) |
