diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 02bba4c9c..e8d670c9b 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -67,6 +67,7 @@ endif (MSVC) include(libprotobuf-lite.cmake) include(libprotobuf.cmake) include(libprotoc.cmake) +include(protoc.cmake) if (BUILD_TESTING) - include(protoc.cmake) + include(tests.cmake) endif (BUILD_TESTING)