diff options
| author | Phoebe <925731795@qq.com> | 2019-09-20 06:16:22 +0800 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-09-19 15:16:22 -0700 |
| commit | 04b9feb6346c15ddc43c72383a3dfb1b623296ab (patch) | |
| tree | 352f514616e868be740af8c7701ddd882cdc6496 /ports/simpleini | |
| parent | 3bdc5d0c2fdf23aa1214cef55d31b43ac62a17c0 (diff) | |
| download | vcpkg-04b9feb6346c15ddc43c72383a3dfb1b623296ab.tar.gz vcpkg-04b9feb6346c15ddc43c72383a3dfb1b623296ab.zip | |
[simpleini cpp-redis tacopie] ports update (#8245)
Diffstat (limited to 'ports/simpleini')
| -rw-r--r-- | ports/simpleini/CONTROL | 2 | ||||
| -rw-r--r-- | ports/simpleini/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/simpleini/CONTROL b/ports/simpleini/CONTROL index b0c70335f..589928579 100644 --- a/ports/simpleini/CONTROL +++ b/ports/simpleini/CONTROL @@ -1,3 +1,3 @@ Source: simpleini
-Version: 2018-08-31-1
+Version: 2018-08-31-2
Description: Cross-platform C++ library providing a simple API to read and write INI-style configuration files
diff --git a/ports/simpleini/portfile.cmake b/ports/simpleini/portfile.cmake index 508043cd1..806729908 100644 --- a/ports/simpleini/portfile.cmake +++ b/ports/simpleini/portfile.cmake @@ -9,6 +9,6 @@ vcpkg_from_github( HEAD_REF master
)
-file(COPY ${SOURCE_PATH}/simpleini.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)
+file(COPY ${SOURCE_PATH}/Simpleini.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)
file(INSTALL ${SOURCE_PATH}/LICENCE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/simpleini RENAME copyright)
|
