aboutsummaryrefslogtreecommitdiff
path: root/ports/glbinding
diff options
context:
space:
mode:
authordan-shaw <51385773+dan-shaw@users.noreply.github.com>2019-06-14 13:09:38 -0700
committerRobert Schumacher <roschuma@microsoft.com>2019-06-14 13:09:38 -0700
commit9cc9978c5bcbe24cb75bc906a1d714a23f09a077 (patch)
tree5788ed50dbaac41686d394ed663666adffedb152 /ports/glbinding
parent8c288f4bf85338861b7ac9c6516dcc207972d5b4 (diff)
downloadvcpkg-9cc9978c5bcbe24cb75bc906a1d714a23f09a077.tar.gz
vcpkg-9cc9978c5bcbe24cb75bc906a1d714a23f09a077.zip
set CMAKE_SYSTEM_PROCESSOR in Linux (#6872)
* add vcpkg_target_architecture to vcpkg_configure_cmake * modify shogun and thrift * update glbinding
Diffstat (limited to 'ports/glbinding')
-rw-r--r--ports/glbinding/portfile.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/glbinding/portfile.cmake b/ports/glbinding/portfile.cmake
index dbbff30da..99f233982 100644
--- a/ports/glbinding/portfile.cmake
+++ b/ports/glbinding/portfile.cmake
@@ -18,6 +18,7 @@ vcpkg_configure_cmake(
-DOPTION_BUILD_TOOLS=OFF
-DGIT_REV=0
-DCMAKE_DISABLE_FIND_PACKAGE_cpplocate=ON
+ -DOPTION_BUILD_EXAMPLES=OFF
)
vcpkg_install_cmake()