fix definition of boolean in jpeg by default
This commit is contained in:
parent
2e0bf06dcb
commit
4f42041388
@ -1,6 +1,6 @@
|
||||
option(NANA_CMAKE_ENABLE_JPEG "Enable the use of JPEG" OFF)
|
||||
option(NANA_CMAKE_LIBJPEG_FROM_OS "Use libjpeg from operating system." ON)
|
||||
option(JPEG_HAVE_BOOLEAN "Defining HAVE_BOOLEAN before including jpeglib.h" ON)
|
||||
option(JPEG_HAVE_BOOLEAN "Defining HAVE_BOOLEAN before including jpeglib.h" OFF)
|
||||
|
||||
# todo: decide - PUBLIC vs PRIVATE
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user