Explorar o código

Add back incorrectly excluded cmake targets.

Feng Xiao %!s(int64=10) %!d(string=hai) anos
pai
achega
e9839ff444
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      cmake/CMakeLists.txt

+ 2 - 1
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)