Skip to content

Commit

Permalink
Merge pull request #194 from mtconnect/fedora_gcc11_update_for_google…
Browse files Browse the repository at this point in the history
…_test

Version 1.8.0.2
  • Loading branch information
wsobel authored Dec 29, 2021
2 parents 8c2afa6 + 83efff5 commit e369441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set(AGENT_VERSION_MAJOR 1)
set(AGENT_VERSION_MINOR 8)
set(AGENT_VERSION_PATCH 0)
set(AGENT_VERSION_BUILD 1)
set(AGENT_VERSION_BUILD 2)
#set(AGENT_VERSION_RC "RC9")

# This minimum version is to support Visual Studio 2017 and C++ feature checking and FetchContent
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include(GoogleTest)
# Include googletest
FetchContent_Declare(
googletest
URL https://github.com/google/googletest/archive/release-1.10.0.zip
URL https://github.com/google/googletest/archive/release-1.11.0.zip
)
FetchContent_GetProperties(googletest)
if(NOT googletest_POPULATED)
Expand Down

0 comments on commit e369441

Please sign in to comment.