Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review 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
mantidproject
mantid
Commits
8abd22cc
Commit
8abd22cc
authored
9 years ago
by
Martyn Gigg
Browse files
Options
Downloads
Patches
Plain Diff
Fix clone in third party script
parent
d84e5866
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Code/fetch_Third_Party.bat
+3
-3
3 additions, 3 deletions
Code/fetch_Third_Party.bat
with
3 additions
and
3 deletions
Code/fetch_Third_Party.bat
+
3
−
3
View file @
8abd22cc
...
...
@@ -52,7 +52,7 @@ del CheckOS.txt
del
StringCheck
.txt
:: Check if user has overridden the value
if
NOT
"
%userarch
"
==
""
(
if
NOT
"
%userarch
%
"
==
""
(
set
arch
=
!userarch!
)
echo
Using
architecture
=
%arch%
...
...
@@ -68,7 +68,7 @@ if /i "%fetchincludes%"=="1" (
set
incs
=
%url
:mantid
.git
=
%
3
rdpartyincludes
.git
::
Otherwise
we
need
to
clone
echo
Cloning
Third_Party
includes
from
!incs!
call
!GitCmd!
clone
--depth
=
1
!incs!
Third_Party
/include
call
!GitCmd!
clone
--depth
1
!incs!
Third_Party
/include
)
GOTO
:DoLibs
...
...
@@ -93,7 +93,7 @@ if /i "%fetchlibs%"=="1" (
::
Otherwise
we
need
to
clone
echo
Cloning
Third_Party
libraries
from
!libs!
call
%GitCmd%
clone
--depth
=
1
!libs!
Third_Party
/lib
/
%arch%
call
%GitCmd%
clone
--depth
1
!libs!
Third_Party
/lib
/
%arch%
)
exit
/B
0
...
...
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