aboutsummaryrefslogtreecommitdiff
path: root/ports/ois
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2020-05-26 02:52:48 +0800
committerGitHub <noreply@github.com>2020-05-25 11:52:48 -0700
commitb271aeffa25c53f3750f58ad6209f3fa7c528716 (patch)
treee2d85c56570965e26803b629502e9bcb7efa648d /ports/ois
parent2ac2b5f3da6b46ff2ae900550bd7c44f39c57dcd (diff)
downloadvcpkg-b271aeffa25c53f3750f58ad6209f3fa7c528716.tar.gz
vcpkg-b271aeffa25c53f3750f58ad6209f3fa7c528716.zip
[VCPKG baseline] Fix many ports (#11559)
Diffstat (limited to 'ports/ois')
-rw-r--r--ports/ois/CONTROL2
-rw-r--r--ports/ois/portfile.cmake3
2 files changed, 1 insertions, 4 deletions
diff --git a/ports/ois/CONTROL b/ports/ois/CONTROL
index 2759167a7..b43ed59dd 100644
--- a/ports/ois/CONTROL
+++ b/ports/ois/CONTROL
@@ -1,4 +1,4 @@
Source: ois
-Version: 1.5
+Version: 1.5-1
Description: Cross Platform Object Oriented Input Lib System. Meant to be very robust and compatiable with many systems and operating systems.
Homepage: https://wgois.github.io/OIS/ \ No newline at end of file
diff --git a/ports/ois/portfile.cmake b/ports/ois/portfile.cmake
index 526cdb6b8..f35d3d537 100644
--- a/ports/ois/portfile.cmake
+++ b/ports/ois/portfile.cmake
@@ -26,6 +26,3 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
# Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENSE.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
-
-# CMake integration test
-# vcpkg_test_cmake(PACKAGE_NAME ${PORT})