Skip to content
Snippets Groups Projects
Commit 6f6b0f5b authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Used the v1.8.x branch of the googletest to avoid C++11 compatibility problems.

parent a6a8361a
No related branches found
No related tags found
No related merge requests found
Pipeline #2067 canceled
......@@ -4,6 +4,7 @@ include(ExternalProject)
ExternalProject_Add(googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG v1.8.x
CMAKE_ARGS -DCMAKE_ARCHIVE_OUTPUT_DIRECTORY_DEBUG:PATH=DebugLibs
-DCMAKE_ARCHIVE_OUTPUT_DIRECTORY_RELEASE:PATH=ReleaseLibs
-DCMAKE_CXX_FLAGS=${MSVC_COMPILER_DEFS}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment