We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d147b2 commit 17465f9Copy full SHA for 17465f9
1 file changed
applications/plugins/image/CMakeLists.txt
@@ -151,7 +151,10 @@ if(SOFA_BUILD_TESTS)
151
endif()
152
153
if(Sofa.Qt_FOUND)
154
- add_subdirectory(image_gui)
+ option(PLUGIN_IMAGE_COMPILE_GUI "Build Qt-based image GUI" OFF)
155
+ if(PLUGIN_IMAGE_COMPILE_GUI)
156
+ add_subdirectory(image_gui)
157
+ endif ()
158
159
160
## Install rules for the library and headers; CMake package configurations files
0 commit comments