Lines Matching +full:- +full:- +full:revert
4 # cmake -DFILENAME=internal_utils.cmake
5 # -DBACKUP=internal_utils.cmake.bak
6 # -DREVERT=0
7 # -P GoogleTestPatch.cmake
8 # Revert the changes
9 # cmake -DFILENAME=internal_utils.cmake
10 # -DBACKUP=internal_utils.cmake.bak
11 # -DREVERT=1
12 # -P GoogleTestPatch.cmake
15 if(REVERT)
19 else(REVERT)
22 string(REGEX REPLACE "[-/]Z[iI]" "/Z7" content "${content}")
24 endif(REVERT)