
Hello, When building OpenFlipper, how can I disable a plugin without renaming its directory? I would expect some option passed to openflipper_plugin() in the plugin's CMakeLists.txt but could not find any documentation for that. Looking at common.cmake it, say, DISABLE_PLUGIN_SimplePlugin is defined, then it will be disabled. But I cannot figure out where and how to define DISABLE_PLUGIN_SimplePlugin. Sorry if this is too trivial. I do not know CMake well enough, Best regards, Waqar

Hi, just start the cmake-gui and check the DISABLE_PLUGIN_XYZ Box. Click configure and generate and the plugin won't be build anymore. You can also give the define at the cmake commandlin via cmake -DDISABLE... Best, Jan Möbius On 19.11.2013 21:22, Waqar Saleem wrote:
Hello,
When building OpenFlipper, how can I disable a plugin without renaming its directory?
I would expect some option passed to openflipper_plugin() in the plugin's CMakeLists.txt but could not find any documentation for that.
Looking at common.cmake it, say, DISABLE_PLUGIN_SimplePlugin is defined, then it will be disabled. But I cannot figure out where and how to define DISABLE_PLUGIN_SimplePlugin.
Sorry if this is too trivial. I do not know CMake well enough,
Best regards,
Waqar
_______________________________________________ Openflipper mailing list Openflipper@lists.rwth-aachen.de http://mailman.rwth-aachen.de/mailman/listinfo/openflipper
-- Dipl.Inform. Jan Möbius Department of Computer Science VIII Aachen University of Technology (RWTH) Ahornstrasse 55, 52074 Aachen, Germany Phone ++49 (0)241 80-21802 Fax ++49 (0)241 80-22899 mailto:moebius@cs.rwth-aachen.de http://www.rwth-graphics.de
participants (2)
-
Jan Möbius
-
Waqar Saleem