Skip to content
Snippets Groups Projects
Commit b122db5f authored by Graziano Scalamera's avatar Graziano Scalamera
Browse files

Disable RNM

parent 88e261a7
No related branches found
No related tags found
No related merge requests found
NAME_SRV = ccd-spectrometer-srv NAME_SRV = ccd-spectrometer-srv
LDFLAGS = -lfit LDFLAGS = -lfit
HAVE_RNM = 1 HAVE_RNM = 0
ifeq ($(HAVE_RNM),1) ifeq ($(HAVE_RNM),1)
CXXFLAGS += -DHAVE_RNM CXXFLAGS += -DHAVE_RNM
LDFLAGS += -lrnm -lrnmshare LDFLAGS += -lrnm -lrnmshare
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment