url-kaist / UV-SLAM

UV-SLAM: Unconstrained Line-based SLAM Using Vanishing Points for Structural Mapping
GNU General Public License v3.0
253 stars 43 forks source link

How to set compiler version to C++17 #8

Closed C-H-Chien closed 1 year ago

C-H-Chien commented 1 year ago

Hi,

I wonder which CMakeLists.txt file I can edit to set the version as C++17 because the ceres solver I am using requires C++17 for a successful build of your repo. Thank you very much for your help!