Fixing build errors

Signed-off-by: Sisinty Sasmita Patra <sisinty.s.patra@intel.com>
This commit is contained in:
Sisinty Sasmita Patra 2016-09-13 16:27:26 -07:00 committed by Noel Eck
parent 982065a7b7
commit 876a6ef9b1

View File

@ -264,7 +264,9 @@ if (BACNET_FOUND)
add_example (t8100) add_example (t8100)
add_example (tb7300) add_example (tb7300)
endif() endif()
add_example (vcap) if (JPEG_FOUND)
add_example (vcap)
endif (JPEG_FOUND)
add_example (ds2413) add_example (ds2413)
add_example (ds18b20) add_example (ds18b20)
add_example (bmp280) add_example (bmp280)