Skip to content

Commit

Permalink
libbladeRF: fix compliation of regression tests with an older g++
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-morse-plastic committed Mar 4, 2024
1 parent 38ab051 commit e50f28f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions host/libraries/libbladeRF_test/test_regression/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ project(libbladeRF_test_regression
VERSION 3.11
LANGUAGES CXX)

set(CMAKE_CXX_STANDARD 17)

include(GoogleTest)
include(FetchContent)
enable_testing()
Expand Down

0 comments on commit e50f28f

Please sign in to comment.