Skip to content

Commit

Permalink
clean cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
fchn289 committed Jan 27, 2024
1 parent 8c4eb2c commit ca691e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ endif()
set(CMAKE_CXX_STANDARD_REQUIRED TRUE)
set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-exceptions") # inc branch coverage
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fconcepts-ts") # g++ for para auto

add_executable(ut_exe)

Expand Down

0 comments on commit ca691e3

Please sign in to comment.