deactivated CImg in Linux appveyor.yml build

This commit is contained in:
jkriege2 2022-04-17 23:30:50 +02:00
parent b951958db1
commit 30f4813ae2

View File

@ -159,8 +159,8 @@ for:
- sh: echo == INSTALL OPENCV ===============================================================================
- sh: sudo apt install -y libopencv-dev
# Install CImg
- sh: echo == INSTALL CImg =================================================================================
- sh: sudo apt install -y cimg-dev
#- sh: echo == INSTALL CImg =================================================================================
#- sh: sudo apt install -y cimg-dev
build_script:
- sh: echo == BUILD JKQtPlotter ============================================================================