Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
openfoam
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
333
Issues
333
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Development
openfoam
Commits
73057447
Commit
73057447
authored
Sep 03, 2020
by
Mark Olesen
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
COMP: pass-through targetType for a few Allwmake files (
#1824
)
parent
47357762
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
applications/utilities/preProcessing/PDRsetFields/Allwmake
applications/utilities/preProcessing/PDRsetFields/Allwmake
+1
-1
src/conversion/ccm/Allwmake
src/conversion/ccm/Allwmake
+1
-1
No files found.
applications/utilities/preProcessing/PDRsetFields/Allwmake
View file @
73057447
...
...
@@ -5,6 +5,6 @@ cd "${0%/*}" || exit # Run from this directory
#------------------------------------------------------------------------------
wmake
$targetType
pdrFields
wmake PDRsetFields
wmake
$targetType
PDRsetFields
#------------------------------------------------------------------------------
src/conversion/ccm/Allwmake
View file @
73057447
...
...
@@ -12,7 +12,7 @@ warning="==> skip optional libccm adapter"
# Link with static libccmio only (fewer issues)
if
have_ccmio
then
wmake
libso
||
echo
"
$warning
(build issues detected)"
wmake
$targetType
||
echo
"
$warning
(build issues detected)"
else
echo
$warning
fi
...
...
Kutalmis Bercin
@kuti
mentioned in issue
#1875
·
Oct 09, 2020
mentioned in issue
#1875
mentioned in issue #1875
Toggle commit list
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