From 9e6f17b94deab0ec6d7b7c8b2bc9641ef408b81e Mon Sep 17 00:00:00 2001 From: Derek Bailey Date: Mon, 31 Jan 2022 19:01:55 -0800 Subject: [PATCH] remove BIICODE --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) 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)