I am getting this warning from Cmake
(CMake Warning at C:/Program Files/CMake/share/cmake-3.14/Modules/FindProtobuf.cmake:494 (message):
Protobuf compiler version doesn't match library version 3.6.1).
And when i runs my application that uses tensorflow libraries i get an error
"google/protobuf/arena.h(693): error C3857: 'Map': multiple template parameter lists are not allowed" and the application collapses.
Its like the Windows OS has another protobuf compiler installed. Am seeking for advice on how i can remove this protobuf compiler.