[Cmake-commits] [cmake-commits] lowman committed FindProtobuf.cmake 1.2 1.3
cmake-commits at cmake.org
cmake-commits at cmake.org
Sun Sep 20 23:55:49 EDT 2009
Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv15633
Modified Files:
FindProtobuf.cmake
Log Message:
Fix glitch where we were accidently unsetting CMAKE_FIND_LIBRARY_PREFIXES
Index: FindProtobuf.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindProtobuf.cmake,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** FindProtobuf.cmake 21 Sep 2009 01:15:33 -0000 1.2
--- FindProtobuf.cmake 21 Sep 2009 03:55:47 -0000 1.3
***************
*** 99,103 ****
# Restore original find library prefixes
if(WIN32)
! set(CMAKE_FIND_LIBRARY_PREFIXES ${PROTOBUF_ORIG_FIND_LIBRARY_PREFIXES})
endif()
--- 99,103 ----
# Restore original find library prefixes
if(WIN32)
! set(CMAKE_FIND_LIBRARY_PREFIXES "${PROTOBUF_ORIG_FIND_LIBRARY_PREFIXES}")
endif()
More information about the Cmake-commits
mailing list