mirror of
https://github.com/microsoft/GSL
synced 2026-08-26 04:23:04 -04:00
Fix build failure with gcc 11.1+
This commit is contained in:
parent
c31a9ad5e8
commit
feb24b284a
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ project(googletest-download NONE)
|
|||
include(ExternalProject)
|
||||
ExternalProject_Add(googletest
|
||||
GIT_REPOSITORY https://github.com/google/googletest.git
|
||||
GIT_TAG 389cb68b87193358358ae87cc56d257fd0d80189
|
||||
GIT_TAG 1b18723e874b256c1e39378c6774a90701d70f7a
|
||||
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-src"
|
||||
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-build"
|
||||
CONFIGURE_COMMAND ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue