mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 11:42:48 +08:00
[glog] Disable tests (#11288)
This commit is contained in:
parent
e4ce637066
commit
10bb90bbdf
@ -1,5 +1,5 @@
|
|||||||
Source: glog
|
Source: glog
|
||||||
Version: 0.4.0-2
|
Version: 0.4.0-3
|
||||||
Homepage: https://github.com/google/glog
|
Homepage: https://github.com/google/glog
|
||||||
Description: C++ implementation of the Google logging module
|
Description: C++ implementation of the Google logging module
|
||||||
Build-Depends: gflags
|
Build-Depends: gflags
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
include(vcpkg_common_functions)
|
|
||||||
|
|
||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO google/glog
|
REPO google/glog
|
||||||
@ -13,6 +11,8 @@ vcpkg_from_github(
|
|||||||
vcpkg_configure_cmake(
|
vcpkg_configure_cmake(
|
||||||
SOURCE_PATH ${SOURCE_PATH}
|
SOURCE_PATH ${SOURCE_PATH}
|
||||||
PREFER_NINJA
|
PREFER_NINJA
|
||||||
|
OPTIONS
|
||||||
|
-DBUILD_TESTING=OFF
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_install_cmake()
|
vcpkg_install_cmake()
|
||||||
|
Loading…
Reference in New Issue
Block a user