Skip to content

Commit

Permalink
fix: Change flag from C to C++ GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
2b-t committed Nov 3, 2024
1 parent 842ebc1 commit 1d1595c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ option(PYTHON_BINDINGS "Building Python bindings" OFF)
option(BUILD_TESTING "Build unit and integration tests" OFF)
option(SETUP_TEST_IFNAME "Set-up the test VCAN interface automatically" OFF)

if(CMAKE_COMPILER_IS_GNUCC AND BUILD_TESTING)
if(CMAKE_COMPILER_IS_GNUCXX AND BUILD_TESTING)
option(ENABLE_COVERAGE "Enable coverage reporting for GCC/Clang" OFF)

if(ENABLE_COVERAGE)
Expand Down

0 comments on commit 1d1595c

Please sign in to comment.