Skip to content

Commit

Permalink
current commit of gtest doesn't compile, so specify the commit of lat…
Browse files Browse the repository at this point in the history
…est release
  • Loading branch information
Rachel Norris committed Sep 26, 2018
1 parent 1377376 commit 66560f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/gtest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ include(ExternalProject)
# INSTALL_COMMAND "")
ExternalProject_Add(gtest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG 2fe3bd9
CMAKE_ARGS -DCMAKE_ARCHIVE_OUTPUT_DIRECTORY_DEBUG:PATH=DebugLibs
-DCMAKE_ARCHIVE_OUTPUT_DIRECTORY_RELEASE:PATH=ReleaseLibs
-DCMAKE_CXX_FLAGS=${MSVC_COMPILER_DEFS}
Expand Down

0 comments on commit 66560f0

Please sign in to comment.