Remove unnecessary pre-processor directive

Signed-off-by: Jean-Marie Verdun <jmverdun3@gmail.com>
This commit is contained in:
Jean-Marie Verdun
2020-07-17 08:37:57 -04:00
committed by Yorik van Havre
parent 0b1af7c838
commit 4851947bc0

View File

@@ -1,4 +1,3 @@
add_compile_options("-DBUILD_CLOUD")
#----------------------------- Control certificate validation ------------
option(ALLOW_SELF_SIGNED_CERTIFICATE "Allow self signed certificate" OFF)
if (ALLOW_SELF_SIGNED_CERTIFICATE)