diff --git a/CMakeLists.txt b/CMakeLists.txt index 24fcd971b..1e03fae20 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -394,11 +394,6 @@ function(add_pch_to_target _target _pch_header) endif() endfunction() -if(BIICODE) - include(biicode/cmake/biicode.cmake) - return() -endif() - include_directories(include) include_directories(grpc)