Skip to content

Commit

Permalink
revert change in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
meiravgri committed Mar 25, 2024
1 parent 51c3450 commit b32392c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -238,12 +238,7 @@ CMAKE_FILES+= \
endif

#----------------------------------------------------------------------------------------------
ifeq ($(wildcard $(ROOT)/.install/boost),)
BOOST_DIR :=
else
BOOST_DIR := $(ROOT)/.install/boost
endif

BOOST_DIR ?= $(ROOT)/.install/boost
_CMAKE_FLAGS += -DMODULE_NAME=$(MODULE_NAME) -DBOOST_DIR=$(BOOST_DIR)

ifeq ($(OS),macos)
Expand Down

0 comments on commit b32392c

Please sign in to comment.