We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6143e17 commit 8cf8496Copy full SHA for 8cf8496
scripts/build.py
@@ -11,7 +11,7 @@ def build(build_folder):
11
-DCMAKE_BUILD_TYPE=Release \
12
-DFREEIMAGE_LIB=OFF \
13
-DSUPPORT_FMT_TIFF=ON \
14
- -DSUPPORT_FMT_JPEG=ON""")
+ -DSUPPORT_FMT_JPEG=ON"""
15
16
os.system(cmd_configure)
17
os.system("cmake --build .")
0 commit comments