Skip to content

Commit

Permalink
update CImg
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Dec 26, 2019
1 parent 8afc980 commit e0e1686
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ install:

# a3b57fe7f0cfbf84635e3070fc3c896b25ff6c5f is CImg 2.7.2
# 3efdd8fb35e76873edcb01f9c30af762aeccb97a is CImg 2.7.4
# b7d35ed7dd03ff1ac58be4c10b365035454f3771 is CImg 2.8.1
# 530715cfe254d325cf8cec345210d9935fe4cf50 is CImg 2.8.1
- git submodule -q update --init --recursive
- curl -L -s -S -o CImg/CImg.h https://raw.githubusercontent.com/dtschump/CImg/b7d35ed7dd03ff1ac58be4c10b365035454f3771/CImg.h
- curl -L -s -S -o CImg/Inpaint/inpaint.h https://raw.githubusercontent.com/dtschump/CImg/b7d35ed7dd03ff1ac58be4c10b365035454f3771/plugins/inpaint.h
- curl -L -s -S -o CImg/CImg.h https://raw.githubusercontent.com/dtschump/CImg/530715cfe254d325cf8cec345210d9935fe4cf50/CImg.h
- curl -L -s -S -o CImg/Inpaint/inpaint.h https://raw.githubusercontent.com/dtschump/CImg/530715cfe254d325cf8cec345210d9935fe4cf50/plugins/inpaint.h
- patch -p0 -dCImg < CImg/Inpaint/inpaint.h.patch

#---------------------------------#
Expand Down
4 changes: 2 additions & 2 deletions CImg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ endif
# commit a3b57fe7f0cfbf84635e3070fc3c896b25ff6c5f is CImg 2.7.2
# commit 3efdd8fb35e76873edcb01f9c30af762aeccb97a is CImg 2.7.4
# commit 39215451d0b839b4e72d32afb15ea69701a7f4eb is CImg 2.8.0
# commit b7d35ed7dd03ff1ac58be4c10b365035454f3771 is CImg 2.8.1
CIMGVERSION=b7d35ed7dd03ff1ac58be4c10b365035454f3771
# commit 530715cfe254d325cf8cec345210d9935fe4cf50 is CImg 2.8.1
CIMGVERSION=530715cfe254d325cf8cec345210d9935fe4cf50

CImg.h: Inpaint/inpaint.h
curl -L -s -S -o $@ https://raw.githubusercontent.com/dtschump/CImg/$(CIMGVERSION)/CImg.h
Expand Down

0 comments on commit e0e1686

Please sign in to comment.