Skip to content

Commit

Permalink
Try set toolchain compiler
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Turner <[email protected]>
  • Loading branch information
spacey-sooty committed Oct 22, 2024
1 parent 954ae36 commit 41b12fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ project(thirdparty-gtsam)
set(GTSAM_ENABLE_BOOST_SERIALIZATION OFF)
set(GTSAM_USE_BOOST_FEATURES OFF)

set(CMAKE_C_COMPILER="/usr/local/arm-linux-gnueabihf")
set(CMAKE_CXX_COMPILER="/usr/local/arm-linux-gnueabihf")

include(FetchContent)
fetchcontent_declare(
gtsam
Expand Down

0 comments on commit 41b12fc

Please sign in to comment.