summaryrefslogtreecommitdiff
path: root/DefineOptions.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'DefineOptions.cmake')
-rw-r--r--DefineOptions.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/DefineOptions.cmake b/DefineOptions.cmake
index 7564a22..bca0848 100644
--- a/DefineOptions.cmake
+++ b/DefineOptions.cmake
@@ -1,6 +1,7 @@
option(WITH_STATIC_LIB "Build with a static library" OFF)
option(WITH_CMOCKERY_SUPPORT "Install a cmockery header" OFF)
option(UNIT_TESTING "Build with unit testing" OFF)
+option(PICKY_DEVELOPER "Build with picky developer flags" OFF)
if (UNIT_TESTING)
set(WITH_STATIC_LIB ON)