Fixed #457

parent 9e4bb920
......@@ -27,6 +27,8 @@ if (CMAKE_CXX_CPPCHECK)
"--suppress=*:${PROJECT_SOURCE_DIR}/googletest*"
"--suppress=*:${PROJECT_SOURCE_DIR}/tests/*"
)
else()
set(CMAKE_CXX_CPPCHECK "")
endif()
INCLUDE(Dart)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment