Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_lib
wolf
Merge requests
!210
Freeze google test version to v1.8.x (git branch)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Freeze google test version to v1.8.x (git branch)
FIX_gtest_new_api
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Angel Santamaria-Navarro
requested to merge
FIX_gtest_new_api
into
master
6 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
FIX google test API update by freezing the usage to v1.8.x (their github branch)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
dbfa5850
1 commit,
6 years ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/test/gtest/CMakeLists.txt
+
1
−
0
Options
@@ -21,6 +21,7 @@ set(GTEST_DISABLE_PTHREADS OFF)
# Download GoogleTest
ExternalProject_Add
(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG v1.8.x
# TIMEOUT 1 # We'll try this
CMAKE_ARGS -DCMAKE_ARCHIVE_OUTPUT_DIRECTORY_DEBUG:PATH=DebugLibs
-DCMAKE_ARCHIVE_OUTPUT_DIRECTORY_RELEASE:PATH=ReleaseLibs
Loading