You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users can use it to disable debug/trace log messages. Default is OFF
which mean means that messages are enabled.
Resolves: OLPEDGE-247
Signed-off-by: Mykhailo Kuchma <ext-mykhailo.kuchma@here.com>
|`BUILD_SHARED_LIBS`| Defaults to `OFF`. If enabled, all libraries are built as shared. |
170
-
|`OLP_SDK_BUILD_DOC`| Defaults to `OFF`. If enabled, the API reference is generated in your build directory.<br> **Note:** Before you download the API reference, install <ahref="http://www.doxygen.nl/"target="_blank">Doxygen</a>. |
171
-
|`OLP_SDK_ENABLE_TESTING`| Defaults to `ON`. If enabled, unit tests are built for each library. |
172
-
|`OLP_SDK_BUILD_EXTERNAL_DEPS`| Defaults to `ON`. If enabled, CMake downloads and compiles dependencies. |
173
-
|`OLP_SDK_NO_EXCEPTION`| Defaults to `OFF`. If enabled, all libraries are built without exceptions. |
174
-
|`OLP_SDK_BOOST_THROW_EXCEPTION_EXTERNAL`| Defaults to `OFF`. When `OLP_SDK_NO_EXCEPTION` is `ON`, `boost` requires `boost::throw_exception()` to be defined. If enabled, the external definition of `boost::throw_exception()` is used. Otherwise, the library uses own definition. |
175
-
|`OLP_SDK_MSVC_PARALLEL_BUILD_ENABLE` (Windows Only) | Defaults to `ON`. If enabled, the `/MP` compilation flag is added to build the SDK using multiple cores. |
167
+
| Flag | Description |
168
+
| :- | :- |
169
+
|`BUILD_SHARED_LIBS`| Defaults to `OFF`. If enabled, all libraries are built as shared. |
170
+
|`OLP_SDK_BUILD_DOC`| Defaults to `OFF`. If enabled, the API reference is generated in your build directory.<br> **Note:** Before you download the API reference, install <ahref="http://www.doxygen.nl/"target="_blank">Doxygen</a>. |
171
+
|`OLP_SDK_ENABLE_TESTING`| Defaults to `ON`. If enabled, unit tests are built for each library. |
172
+
|`OLP_SDK_BUILD_EXTERNAL_DEPS`| Defaults to `ON`. If enabled, CMake downloads and compiles dependencies. |
173
+
|`OLP_SDK_NO_EXCEPTION`| Defaults to `OFF`. If enabled, all libraries are built without exceptions. |
174
+
|`OLP_SDK_BOOST_THROW_EXCEPTION_EXTERNAL`| Defaults to `OFF`. When `OLP_SDK_NO_EXCEPTION` is `ON`, `boost` requires `boost::throw_exception()` to be defined. If enabled, the external definition of `boost::throw_exception()` is used. Otherwise, the library uses own definition. |
175
+
|`OLP_SDK_MSVC_PARALLEL_BUILD_ENABLE` (Windows Only) | Defaults to `ON`. If enabled, the `/MP` compilation flag is added to build the SDK using multiple cores. |
176
+
|`OLP_SDK_DISABLE_DEBUG_LOGGING`| Defaults to `OFF`. If enabled, The debug and trace level log messages will not be printed. |
0 commit comments