|  | @@ -37,7 +37,9 @@ function(check_updates build)
 | 
											
												
													
														|  |    # Verify that expected entries exist
 |  |    # Verify that expected entries exist
 | 
											
												
													
														|  |    set(MISSING)
 |  |    set(MISSING)
 | 
											
												
													
														|  |    foreach(f ${ARGN})
 |  |    foreach(f ${ARGN})
 | 
											
												
													
														|  | -    if(NOT "${UPDATE_XML_ENTRIES}" MATCHES "<FullName>${f}</FullName>")
 |  | 
 | 
											
												
													
														|  | 
 |  | +    string(REPLACE "/" "[/\\\\]" regex "${f}")
 | 
											
												
													
														|  | 
 |  | +    string(REPLACE "." "\\." regex "${regex}")
 | 
											
												
													
														|  | 
 |  | +    if(NOT "${UPDATE_XML_ENTRIES}" MATCHES "<FullName>${regex}</FullName>")
 | 
											
												
													
														|  |        list(APPEND MISSING ${f})
 |  |        list(APPEND MISSING ${f})
 | 
											
												
													
														|  |      endif()
 |  |      endif()
 | 
											
												
													
														|  |    endforeach(f)
 |  |    endforeach(f)
 |