Skip to content

Commit

Permalink
Fixed compile bug.
Browse files Browse the repository at this point in the history
Corrected typo in one of the project files that caused a linker error
during compile time.
  • Loading branch information
4ctrl-alt-del committed Jul 17, 2018
1 parent 29b3f6c commit d296ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KINC.pri
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ DEFINES += QT_DEPRECATED_WARNINGS
# External libraries
LIBS += -lmpi
equals(MPICXX,"yes") { LIBS += -lmpi_cxx }
LIBS += -lacecore -lOpenCL -lgsl -lgslcblas -L$${PWD}/../../build/libs -lkinccore
LIBS += -lacecore -lOpenCL -lgsl -lgslcblas -L$${PWD}/../build/libs -lkinccore

# Used to ignore useless warnings with OpenCL
QMAKE_CXXFLAGS += -Wno-ignored-attributes
Expand Down

0 comments on commit d296ebd

Please sign in to comment.