aboutsummaryrefslogtreecommitdiff
path: root/ports/ois
diff options
context:
space:
mode:
authorBilly O'Neal <bion@microsoft.com>2020-12-10 10:31:40 -0800
committerGitHub <noreply@github.com>2020-12-10 10:31:40 -0800
commitd5e6bd518670af13b173a32fb3c089a31f203f95 (patch)
tree33072155ac3e24186b68e1d2eb70561096a13c6d /ports/ois
parent9be0e172873cb5e437037310cb0b29318b9abfd4 (diff)
downloadvcpkg-d5e6bd518670af13b173a32fb3c089a31f203f95.tar.gz
vcpkg-d5e6bd518670af13b173a32fb3c089a31f203f95.zip
[tcl, anyrpc, ois, osgearth] Build Fixes 2020-12-09 (#15030)
Diffstat (limited to 'ports/ois')
-rw-r--r--ports/ois/CONTROL4
-rw-r--r--ports/ois/portfile.cmake1
-rw-r--r--ports/ois/vcpkg.json7
3 files changed, 8 insertions, 4 deletions
diff --git a/ports/ois/CONTROL b/ports/ois/CONTROL
deleted file mode 100644
index b43ed59dd..000000000
--- a/ports/ois/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: ois
-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 f35d3d537..84859bb09 100644
--- a/ports/ois/portfile.cmake
+++ b/ports/ois/portfile.cmake
@@ -13,6 +13,7 @@ vcpkg_from_github(
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
+ DISABLE_PARALLEL_CONFIGURE
)
vcpkg_install_cmake()
diff --git a/ports/ois/vcpkg.json b/ports/ois/vcpkg.json
new file mode 100644
index 000000000..2b6b7140f
--- /dev/null
+++ b/ports/ois/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "ois",
+ "version-string": "1.5",
+ "port-version": 2,
+ "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/"
+}