cmake: Turn off deprecated warning for test_cmockery.c
[platform/upstream/cmocka.git] / DefineOptions.cmake
1 option(WITH_STATIC_LIB "Build with a static library" OFF)
2 option(WITH_CMOCKERY_SUPPORT "Install a cmockery header" OFF)
3 option(UNIT_TESTING "Build with unit testing" OFF)