Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtschump committed Oct 9, 2024
2 parents bade68f + 7460989 commit ff7a312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ LAPACK_CFLAGS = $(LAPACK_DEFINE) $(LAPACK_INCDIR)
LAPACK_LIBS = -lblas -llapack

# Flags to enable the use of the Board library
# ( https://github.com/c-koi/libboard )
# ( https://github.com/GreycLab/libboard )
BOARD_DEFINE = -Dcimg_use_board
BOARD_INCDIR = -I/usr/include/board
BOARD_CFLAGS = $(BOARD_DEFINE) $(BOARD_INCDIR)
Expand Down
2 changes: 1 addition & 1 deletion examples/scene3d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ int main() {
scene_pts.save_off(scene_prims,scene_cols,"output.off");

// Save 3D view in SVG, EPS and FIG files.
// (using the Board library : https://github.com/c-koi/libboard ).
// (using the Board library : https://github.com/GreycLab/libboard ).
#ifdef cimg_use_board

// Define a Board instance
Expand Down

0 comments on commit ff7a312

Please sign in to comment.