Skip to content

Commit

Permalink
Specify compiler to gxx
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia committed Aug 5, 2023
1 parent 935a886 commit 4b1101f
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 @@ -7,6 +7,9 @@
cmake_minimum_required(VERSION 3.4.1)
set(CMAKE_CXX_STANDARD 20)

set(CMAKE_C_COMPILER "gcc")
set(CMAKE_CXX_COMPILER "g++")

project("apriltag")

message(STATUS $ENV{JAVA_HOME})
Expand Down

0 comments on commit 4b1101f

Please sign in to comment.