mirror of
https://github.com/polybar/polybar.git
synced 2025-02-17 15:55:20 -05:00
tests: Update gtest to newest commit
This commit is contained in:
parent
7c662ec44f
commit
3225c11d2a
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
cmake_minimum_required(VERSION 2.8.2)
|
cmake_minimum_required(VERSION 3.1.0)
|
||||||
|
|
||||||
project(googletest-download NONE)
|
project(googletest-download NONE)
|
||||||
|
|
||||||
include(ExternalProject)
|
include(ExternalProject)
|
||||||
ExternalProject_Add(googletest
|
ExternalProject_Add(googletest
|
||||||
GIT_REPOSITORY https://github.com/google/googletest.git
|
GIT_REPOSITORY https://github.com/google/googletest.git
|
||||||
GIT_TAG release-1.10.0
|
GIT_TAG 18f8200e3079b0e54fa00cb7ac55d4c39dcf6da6
|
||||||
SOURCE_DIR "${CMAKE_BINARY_DIR}/googletest-src"
|
SOURCE_DIR "${CMAKE_BINARY_DIR}/googletest-src"
|
||||||
BINARY_DIR "${CMAKE_BINARY_DIR}/googletest-build"
|
BINARY_DIR "${CMAKE_BINARY_DIR}/googletest-build"
|
||||||
CONFIGURE_COMMAND ""
|
CONFIGURE_COMMAND ""
|
||||||
|
|
Loading…
Add table
Reference in a new issue