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.
Fix: realsense2-gl headers not installed
This allows `librealsense2` and `librealsense2-gl` to be used when installed (e.g. `/usr/local/`) by adding the following to `CMakeLists.txt`. ``` find_package(realsense2 REQUIRED) find_package(realsense2-gl REQUIRED) ```
- Loading branch information
1 parent
bdce5a4
commit 16eebd9
Showing
1 changed file
with
14 additions
and
6 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