Plugins should be OFF by default!

This commit is contained in:
Daniel Girardeau-Montaut
2020-10-31 19:15:52 +01:00
parent 163ff01253
commit 34f976da7e
+1 -1
View File
@@ -1,7 +1,7 @@
# CloudCompare Json RPC plugin based on example for standard plugins
# Add an option to CMake to control whether we build this plugin or not
option( PLUGIN_STANDARD_QJSONRPC "Install Json RPC plugin" ON )
option( PLUGIN_STANDARD_QJSONRPC "Install Json RPC plugin" OFF )
if ( PLUGIN_STANDARD_QJSONRPC )
project( QJSON_RPC_PLUGIN )