Skip to content

Commit

Permalink
Restoring Dart for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
marco committed Nov 9, 2023
1 parent 2ceb449 commit ca70ba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
message(STATUS "Build Type: ${CMAKE_BUILD_TYPE}")

if(cmake_build_type_tolower STREQUAL "debug")
# include(Dart)
# cmake_policy(SET CMP0145 OLD)
include(Dart)
cmake_policy(SET CMP0145 OLD)
enable_testing()
endif()

Expand Down

0 comments on commit ca70ba1

Please sign in to comment.