Skip to content

Commit

Permalink
fix clang unit test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
YannLocatelli committed Dec 13, 2023
1 parent 06ce90e commit e1e120d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ project(LekaOSUnitTests LANGUAGES C CXX)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_EXTENSIONS TRUE)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++ -std=c++20")

set(CMAKE_C_STANDARD 17)
set(CMAKE_C_EXTENSIONS TRUE)
Expand Down

0 comments on commit e1e120d

Please sign in to comment.