Skip to content

Commit 4ab28db

Browse files
committed
The static_checker cmake target is not used anymore, removing
JerryScript-DCO-1.0-Signed-off-by: Akos Kiss [email protected]
1 parent ab00398 commit 4ab28db

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ project (Jerry CXX C ASM)
4343
# Static checkers
4444
include(build/static-checkers/add_cppcheck_for_target.cmake)
4545

46-
add_custom_target(static_check)
47-
add_dependencies(static_check cppcheck)
48-
4946
# Architecture-specific compile/link flags
5047
foreach(FLAG ${FLAGS_COMMON_ARCH})
5148
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${FLAG}")

0 commit comments

Comments
 (0)