Skip to content

Commit

Permalink
cmake: Remove add_subdirectory( cbmc ) call
Browse files Browse the repository at this point in the history
CBMC proofs cannot currently be run using CMake.

fixes #753
  • Loading branch information
paulbartell committed Mar 15, 2023
1 parent 94655eb commit 4a22215
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
add_subdirectory(build-combination)

if(FREERTOS_PLUS_TCP_BUILD_TEST)
add_subdirectory(cbmc)
add_subdirectory(Coverity)
add_subdirectory(unit-test)
endif()
Expand Down

0 comments on commit 4a22215

Please sign in to comment.