[Cmake-commits] [cmake-commits] lowman committed FindProtobuf.cmake 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Sun Sep 20 21:15:37 EDT 2009


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv4109

Modified Files:
	FindProtobuf.cmake 
Log Message:
Forgot to mark Protobuf cache variables as advanced


Index: FindProtobuf.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindProtobuf.cmake,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** FindProtobuf.cmake	21 Sep 2009 00:12:39 -0000	1.1
--- FindProtobuf.cmake	21 Sep 2009 01:15:33 -0000	1.2
***************
*** 92,95 ****
--- 92,100 ----
  )
  
+ mark_as_advanced(PROTOBUF_INCLUDE_DIR
+                  PROTOBUF_LIBRARY
+                  PROTOBUF_PROTOC_LIBRARY
+                  PROTOBUF_PROTOC_EXECUTABLE)
+ 
  # Restore original find library prefixes
  if(WIN32)



More information about the Cmake-commits mailing list