Skip to content

Commit 7a5408e

Browse files
committed
Do not build SCE on Apple
1 parent c09f969 commit 7a5408e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ find_program(SED_EXECUTABLE sed)
192192
find_program(GIT_EXECUTABLE git)
193193

194194
# ---------- CORE FEATURE SWITCHES
195-
if(WIN32)
195+
if(WIN32 OR APPLE)
196196
option(ENABLE_SCE "enables Script Check Engine - an alternative checking engine that lets you use executables instead of OVAL for checks" OFF)
197197
else()
198198
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

Comments
 (0)