Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lcgcmake
Manage
Activity
Members
Labels
Plan
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
sft
lcgcmake
Commits
0f3758bd
Commit
0f3758bd
authored
4 years ago
by
Pere Mato Vila
Browse files
Options
Downloads
Patches
Plain Diff
Use hardcode 'Release' for gtest
parent
37e71df6
No related branches found
No related tags found
1 merge request
!514
G(oogle)Test Not built with optimised/debug flags
Pipeline
#1958683
passed
4 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
externals/CMakeLists.txt
+1
-1
1 addition, 1 deletion
externals/CMakeLists.txt
with
1 addition
and
1 deletion
externals/CMakeLists.txt
+
1
−
1
View file @
0f3758bd
...
...
@@ -1090,7 +1090,7 @@ LCGPackage_Add(
gtest
URL
${
GenURL
}
/googletest-release-
${
gtest_native_version
}
.tar.gz
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
-DCMAKE_BUILD_TYPE=
${
CMAKE_BUILD_TYPE
}
-DCMAKE_BUILD_TYPE=
Release
# hardcode Release here for now. Need an unreleased CMake version see https://gitlab.kitware.com/cmake/cmake/-/merge_requests/4950
-DCMAKE_C_COMPILER=
${
CMAKE_C_COMPILER
}
-DCMAKE_CXX_COMPILER=
${
CMAKE_CXX_COMPILER
}
-Dgtest_build_samples=ON
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment