From e9839ff444dc932cfc5578eaf00f7c80a927a4dc Mon Sep 17 00:00:00 2001 From: Feng Xiao Date: Fri, 5 Jun 2015 21:24:23 -0700 Subject: [PATCH] Add back incorrectly excluded cmake targets. --- cmake/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)