We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c09f969 commit 7a5408eCopy full SHA for 7a5408e
CMakeLists.txt
@@ -192,7 +192,7 @@ find_program(SED_EXECUTABLE sed)
192
find_program(GIT_EXECUTABLE git)
193
194
# ---------- CORE FEATURE SWITCHES
195
-if(WIN32)
+if(WIN32 OR APPLE)
196
option(ENABLE_SCE "enables Script Check Engine - an alternative checking engine that lets you use executables instead of OVAL for checks" OFF)
197
else()
198
option(ENABLE_SCE "enables Script Check Engine - an alternative checking engine that lets you use executables instead of OVAL for checks" ON)
0 commit comments