diff --git a/CMakeLists.txt b/CMakeLists.txt index a04dd08..823c0dc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,7 +53,7 @@ endif() option(LIB "System install" 1) option(QGLVIEW "Build QGLview library and utils" 0) option(QGLENGINE "Build QGLENGINE library and utils" 0) -option(UTILS "Build various utils" 1) +option(UTILS "Build various utils" ${_plugins_default_}) option(DESIGNER_PLUGINS "Build qt designer plugins" ${_plugins_default_}) if (CMAKE_BUILD_TYPE MATCHES Debug) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g3 -Wall")