cmake: Add missing PICKY_DEVELOPER option
authorAndreas Schneider <asn@samba.org>
Thu, 17 Oct 2019 13:33:46 +0000 (15:33 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Sun, 20 Oct 2019 13:03:54 +0000 (15:03 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
DefineOptions.cmake

index 6030e79e71d34c39619e48cc9ca5b67bedf6818a..8fc654dedf6f01becefd380c8c2137da3bb02560 100644 (file)
@@ -1 +1,2 @@
 option(UNIT_TESTING "Build with unit tests" OFF)
+option(PICKY_DEVELOPER "Build with picky developer flags" OFF)