Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
b3e5620d
Commit
b3e5620d
authored
Jun 05, 2020
by
Mark OLESEN
Browse files
COMP: typo in surfaceBooleanFeatures/PolyhedronReader Make/options
ENH: strip {GMP,MPRF}_ARCH_PATH in make rules
parent
1c5508a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
applications/utilities/surface/surfaceBooleanFeatures/PolyhedronReader/Make/options
View file @
b3e5620d
...
...
@@ -17,6 +17,6 @@ EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude
LIB_LIBS = \
-L
${CGAL_LIBS} \
${CGAL_LIBS} \
-lsurfMesh \
-lmeshTools
wmake/rules/General/cgal-header-only
View file @
b3e5620d
...
...
@@ -4,11 +4,11 @@
CGAL_INC = -DCGAL_HEADER_ONLY
CGAL_LIBS =
ifneq (,$(GMP_ARCH_PATH))
ifneq (,
$(strip
$(GMP_ARCH_PATH))
)
CGAL_INC += -I$(GMP_ARCH_PATH)/include
CGAL_LIBS += -L$(GMP_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH)
endif
ifneq (,$(MPFR_ARCH_PATH))
ifneq (,
$(strip
$(MPFR_ARCH_PATH))
)
CGAL_INC += -I$(MPFR_ARCH_PATH)/include
CGAL_LIBS += -L$(MPFR_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH)
endif
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment