We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 175cdef commit 9bbe560Copy full SHA for 9bbe560
CMakeLists.txt
@@ -86,7 +86,7 @@ option(MMSOLVER_BUILD_3DEQUALIZER "Build and install 3DEqualizer scripts?" ON)
86
option(MMSOLVER_BUILD_SYNTHEYES "Build and install SynthEyes scripts?" ON)
87
option(MMSOLVER_BUILD_BLENDER "Build and install Blender add-on?" ON)
88
option(MMSOLVER_BUILD_QT_UI "Build the Qt UI files?" ON)
89
-option(MMSOLVER_BUILD_RENDERER "Build and install the MM Renderer?" OFF)
+option(MMSOLVER_BUILD_RENDERER "Build and install the MM Renderer?" ON)
90
option(MMSOLVER_BUILD_DOCS "Build and install the documentation?" ON)
91
option(MMSOLVER_BUILD_ICONS "Build and install the icons?" ON)
92
option(MMSOLVER_BUILD_CONFIG "Build and install the config files?" ON)
0 commit comments