mirror of
https://gitlab.com/theadib/JSonRPCPlugin.git
synced 2026-08-29 07:30:24 +08:00
Plugins should be OFF by default!
This commit is contained in:
+1
-1
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user