Squashed commit of the following:
commit
b1b3a387107cafc1958b70d4617cdc4d9fe5c8cd
Author: Silviu Minut <sminut@cisco.com>
Date: Fri Apr 27 10:55:11 2018 -0400
cmake: Add --enable-appid-third-party to configure_cmake.sh
enable thread sanitizer support
--enable-ub-sanitizer
enable undefined behavior sanitizer support
+ --enable-appid-third-party
+ enable third party appid
--enable-unit-tests build unit tests
--enable-piglet build piglet test harness
--disable-static-daq link static DAQ modules
--disable-ub-sanitizer)
append_cache_entry ENABLE_UB_SANITIZER BOOL false
;;
+ --enable-appid-third-party)
+ append_cache_entry ENABLE_APPID_THIRD_PARTY BOOL true
+ ;;
--enable-unit-tests)
append_cache_entry ENABLE_UNIT_TESTS BOOL true
;;