Skip to content

Commit

Permalink
Fix a minor error.
Browse files Browse the repository at this point in the history
mabruzzo committed Dec 16, 2024
1 parent 13e55e6 commit c2e558d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -91,7 +91,7 @@ ifeq ($(findstring -DPARIS,$(DFLAGS)),-DPARIS)
CXXFLAGS += -I$(NVIDIAMATH_ROOT)/include
GPUFLAGS += -I$(NVIDIAMATH_ROOT)/include
LIBS += -L$(NVIDIAMATH_ROOT)/lib64 -lcufft
#else
else
LIBS += -lcufft
endif
ifeq ($(findstring -DGRAVITY_5_POINTS_GRADIENT,$(DFLAGS)),-DGRAVITY_5_POINTS_GRADIENT)

0 comments on commit c2e558d

Please sign in to comment.