diff options
author | Derek Bailey <derekbailey@google.com> | 2022-01-31 19:01:55 -0800 |
---|---|---|
committer | Derek Bailey <derekbailey@google.com> | 2022-01-31 19:01:55 -0800 |
commit | 9e6f17b94deab0ec6d7b7c8b2bc9641ef408b81e (patch) | |
tree | ea04a9eb8af8feff7dacf6f6a77b2f82fd180303 /CMakeLists.txt | |
parent | c3801ad37505879776fd6dd92104fb34b34ebfb4 (diff) | |
download | flatbuffers-9e6f17b94deab0ec6d7b7c8b2bc9641ef408b81e.tar.gz flatbuffers-9e6f17b94deab0ec6d7b7c8b2bc9641ef408b81e.tar.bz2 flatbuffers-9e6f17b94deab0ec6d7b7c8b2bc9641ef408b81e.zip |
remove BIICODE
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 24fcd971..1e03fae2 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) |