Upgrade to GTest 1.8.1
This commit is contained in:
parent
0466081920
commit
e6bd4ac70f
|
@ -29,7 +29,7 @@ Get and compile dependencies
|
||||||
* llvm-7.1 (libc++ and libc++abi)
|
* llvm-7.1 (libc++ and libc++abi)
|
||||||
* rpclib-2.2.1 (twice, with libstdc++ and libc++)
|
* rpclib-2.2.1 (twice, with libstdc++ and libc++)
|
||||||
* boost-1.69 (headers only)
|
* boost-1.69 (headers only)
|
||||||
* googletest-1.8.0 (with libc++)
|
* googletest-1.8.1 (with libc++)
|
||||||
|
|
||||||
#### LibCarla
|
#### LibCarla
|
||||||
|
|
||||||
|
|
|
@ -225,7 +225,7 @@ unset RPCLIB_BASENAME
|
||||||
# -- Get GTest and compile it with libc++ --------------------------------------
|
# -- Get GTest and compile it with libc++ --------------------------------------
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
|
|
||||||
GTEST_VERSION=1.8.0
|
GTEST_VERSION=1.8.1
|
||||||
GTEST_BASENAME=gtest-${GTEST_VERSION}-${CXX_TAG}
|
GTEST_BASENAME=gtest-${GTEST_VERSION}-${CXX_TAG}
|
||||||
|
|
||||||
GTEST_LIBCXX_INCLUDE=${PWD}/${GTEST_BASENAME}-libcxx-install/include
|
GTEST_LIBCXX_INCLUDE=${PWD}/${GTEST_BASENAME}-libcxx-install/include
|
||||||
|
|
|
@ -33,7 +33,7 @@ if not "%1"=="" (
|
||||||
goto :arg-parse
|
goto :arg-parse
|
||||||
)
|
)
|
||||||
|
|
||||||
set GT_VERSION=release-1.8.0
|
set GT_VERSION=release-1.8.1
|
||||||
set GT_SRC=gtest-src
|
set GT_SRC=gtest-src
|
||||||
set GT_SRC_DIR=%BUILD_DIR%%GT_SRC%\
|
set GT_SRC_DIR=%BUILD_DIR%%GT_SRC%\
|
||||||
set GT_INSTALL=gtest-install
|
set GT_INSTALL=gtest-install
|
||||||
|
|
Loading…
Reference in New Issue