Skip to content

Commit

Permalink
Fixed problem with capititalization of NeXus
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRivers committed Jun 13, 2022
1 parent 98f1a82 commit 79e997d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ADApp/commonDriverMakefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ ifeq ($(WITH_NEXUS),YES)
PROD_LIBS += NeXus
else
ifdef NEXUS_LIB
nexus_DIR = $(NEXUS_LIB)
NeXus_DIR = $(NEXUS_LIB)
PROD_LIBS += NeXus
else
PROD_SYS_LIBS += NeXus
Expand Down
2 changes: 1 addition & 1 deletion ADApp/commonLibraryMakefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ifeq ($(WITH_NEXUS),YES)
LIB_LIBS += NeXus
else
ifdef NEXUS_LIB
nexus_DIR = $(NEXUS_LIB)
NeXus_DIR = $(NEXUS_LIB)
LIB_LIBS += NeXus
else
LIB_SYS_LIBS += NeXus
Expand Down

0 comments on commit 79e997d

Please sign in to comment.