We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed59be7 commit 8c6c607Copy full SHA for 8c6c607
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install FLTK
28
working-directory: lib/fltk
29
run: |
30
- cmake -D CMAKE_INSTALL_PREFIX="$(realpath "$PWD/../..")" -D CMAKE_BUILD_TYPE=Release -D FLTK_GRAPHICS_CAIRO=1 -D FLTK_BACKEND_WAYLAND=0 -D FLTK_USE_SYSTEM_LIBPNG=0 -D FLTK_USE_SYSTEM_ZLIB=0 -D FLTK_BUILD_GL=0
+ cmake -D CMAKE_INSTALL_PREFIX="$(realpath "$PWD/../..")" -D CMAKE_BUILD_TYPE=Release -D FLTK_GRAPHICS_CAIRO=1 -D FLTK_BACKEND_WAYLAND=0 -D FLTK_USE_SYSTEM_LIBPNG=0 -D FLTK_USE_SYSTEM_ZLIB=0 -D FLTK_BUILD_GL=0 -D FLTK_BUILD_TEST=0
31
make
32
make install
33
0 commit comments