mirror of https://github.com/CGAL/cgal
parent
f765b1b40c
commit
4fa95e966c
|
|
@ -80,7 +80,7 @@ SHARED_LIB_ADDITIONAL_LDFLAGS = \
|
||||||
# common rules for all libraries
|
# common rules for all libraries
|
||||||
#---------------------------------------------------------------------#
|
#---------------------------------------------------------------------#
|
||||||
CGAL_COMMON_MK = ../CGAL/common.mk
|
CGAL_COMMON_MK = ../CGAL/common.mk
|
||||||
ifeq ($(willcard $(CGAL_COMMON_MK)),)
|
ifeq ($(wildcard $(CGAL_COMMON_MK)),)
|
||||||
CGAL_COMMON_MK = ../../../Installation/src/CGAL/common.mk
|
CGAL_COMMON_MK = ../../../Installation/src/CGAL/common.mk
|
||||||
endif
|
endif
|
||||||
include $(CGAL_COMMON_MK)
|
include $(CGAL_COMMON_MK)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue