Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenFlipper-Free
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
c2341c9b
Commit
c2341c9b
authored
Aug 14, 2020
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update gtest search
parent
4fb51ef3
Pipeline
#14924
canceled with stages
in 13 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CI/ci-windows-config.bat
CI/ci-windows-config.bat
+2
-2
No files found.
CI/ci-windows-config.bat
View file @
c2341c9b
...
...
@@ -93,8 +93,8 @@ set QT_BASE_CONFIG=-DQT5_INSTALL_PATH=E:\Qt\%QT_VERSION%\%QT_REV%\%QT_COMPILERPR
set
LIBPATH_BASE
=
E
:/libs/
%COMPILER%
set
CMAKE_WINDOWS_LIBS_DIR
=
E
:/libs
:: check for gtest version 1.6 or 1.
7
use the highest found version
for
/l
%%x
in
(
6
,
1
,
7
)
do
(
:: check for gtest version 1.6 or 1.
10
use the highest found version
for
/l
%%x
in
(
6
,
1
,
10
)
do
(
if
exist
%LIBPATH_BASE%
/
%ARCHITECTURE%
/gtest
-
1
.
%%x
.0
(
set
GTESTVERSION
=
gtest
-
1
.
%%x
.0
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment