core/CMakeLists: Use target_compile_definitions instead of add_definitions for...
core/CMakeLists: Use target_compile_definitions instead of add_definitions for specifying ENABLE_WEB_SERVICE Avoids introducing the definition to the whole directory space and localizes it to being added to the library that needs it.
Please register or sign in to comment