When building the source code, ```console cmake .. ``` cannot find orb slam source folder. When I manually set **ORB_SLAM2_LIBRARY** and **ORB_SLAM2_INCLUDE_DIR** , error occurs in ```console make ``` It seems that include folder is not set correctly.
When building the source code,
cmake ..cannot find orb slam source folder.
When I manually set ORB_SLAM2_LIBRARY and ORB_SLAM2_INCLUDE_DIR , error occurs in
makeIt seems that include folder is not set correctly.