Skip to content

Commit 7bf437c

Browse files
committed
Build SCE by default
Downstream distributions as RHEL or Fedora build it anyway. SCE library doesn't require any special dependencies. By building SCE by default we will increase the probability of running SCE tests and discovering potential issue.
1 parent 6705d18 commit 7bf437c

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
@@ -193,7 +193,7 @@ find_program(GIT_EXECUTABLE git)
193193

194194
# ---------- CORE FEATURE SWITCHES
195195

196-
option(ENABLE_SCE "enables Script Check Engine - an alternative checking engine that lets you use executables instead of OVAL for checks" FALSE)
196+
option(ENABLE_SCE "enables Script Check Engine - an alternative checking engine that lets you use executables instead of OVAL for checks" ON)
197197

198198
# ---------- OVAL FEATURE SWITCHES
199199

0 commit comments

Comments
 (0)