Skip to content

Commit

Permalink
cmake format fix
Browse files Browse the repository at this point in the history
Lint
  • Loading branch information
steve-downey committed Oct 12, 2024
1 parent 5cde28d commit 08f4bfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions etc/gcc-14-toolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ set(GCOV_EXECUTABLE
CACHE STRING "GCOV executable" FORCE)

set(CMAKE_CXX_FLAGS_ASAN
"${CMAKE_CXX_FLAGS_ASAN} -Wno-maybe-uninitialized"
CACHE STRING "C++ ASAN Flags" FORCE)
"${CMAKE_CXX_FLAGS_ASAN} -Wno-maybe-uninitialized"
CACHE STRING "C++ ASAN Flags" FORCE)
4 changes: 2 additions & 2 deletions etc/gcc-15-toolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ set(CMAKE_C_COMPILER gcc-15)
set(CMAKE_CXX_COMPILER g++-15)

set(CMAKE_CXX_FLAGS_ASAN
"${CMAKE_CXX_FLAGS_ASAN} -Wno-maybe-uninitialized"
CACHE STRING "C++ ASAN Flags" FORCE)
"${CMAKE_CXX_FLAGS_ASAN} -Wno-maybe-uninitialized"
CACHE STRING "C++ ASAN Flags" FORCE)

0 comments on commit 08f4bfb

Please sign in to comment.