mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 21:27:54 +00:00
In Makefile.common, don't allow TRICK_CIVET to be enabled. #1188
This commit is contained in:
parent
6865501781
commit
90639e35d5
@ -172,13 +172,6 @@ ifneq ($(GSL_HOME),)
|
||||
endif
|
||||
|
||||
TRICK_CIVET=0
|
||||
ifneq (${TRICK_DISABLE_CIVET},1)
|
||||
TRICK_CIVET=1
|
||||
TRICK_LIBS += ${TRICK_LIB_DIR}/libcivetweb.a ${TRICK_LIB_DIR}/libtrickCivet.a
|
||||
TRICK_SWIG_FLAGS += -DUSE_CIVET
|
||||
TRICK_SYSTEM_CXXFLAGS += -DUSE_CIVET
|
||||
TRICK_ICG_EXCLUDE += ${TRICK_HOME}/include/civet
|
||||
endif
|
||||
|
||||
# We pipe the output of compiler through tee. If the user wanted gcc color, make sure they get it.
|
||||
ifdef GCC_COLORS
|
||||
|
Loading…
Reference in New Issue
Block a user