Skip to content

Commit 9bbe560

Browse files
Build - Enable MM Renderer by default in CMake scripts.
The build scripts explicitly enabled it anyway, but this is just making that clear.
1 parent 175cdef commit 9bbe560

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
@@ -86,7 +86,7 @@ option(MMSOLVER_BUILD_3DEQUALIZER "Build and install 3DEqualizer scripts?" ON)
8686
option(MMSOLVER_BUILD_SYNTHEYES "Build and install SynthEyes scripts?" ON)
8787
option(MMSOLVER_BUILD_BLENDER "Build and install Blender add-on?" ON)
8888
option(MMSOLVER_BUILD_QT_UI "Build the Qt UI files?" ON)
89-
option(MMSOLVER_BUILD_RENDERER "Build and install the MM Renderer?" OFF)
89+
option(MMSOLVER_BUILD_RENDERER "Build and install the MM Renderer?" ON)
9090
option(MMSOLVER_BUILD_DOCS "Build and install the documentation?" ON)
9191
option(MMSOLVER_BUILD_ICONS "Build and install the icons?" ON)
9292
option(MMSOLVER_BUILD_CONFIG "Build and install the config files?" ON)

0 commit comments

Comments
 (0)