forked from IntelRealSense/librealsense
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow removal of EasyLogging++ from the build
On some implementations, it is desired not to have EasyLogging++ included in the build of Librealsense. E.g. if EasyLogging++ is used in some other project that is linked to Librealsense. This is due to the global initialization macro that EasyLogging++ rely on. To disable, run cmake with: cmake -DBUILD_EASYLOGGINGPP=false ../ Signed-off-by: Soren Friis <[email protected]>
- Loading branch information
1 parent
86f9326
commit 0f86c70
Showing
3 changed files
with
39 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters