d:\d\p\s-0-e-b\slicerpathology\quicktcga\logic\nucleusseg_yi\ConnComponents.h(17):
fatal error C1083: Cannot open include file: 'tr1/unordered_map':
No such file or directory [D:\D\P\S-0-E-b\SlicerPathology-build\QuickTCGA\Logic\NucleusSeg_Yi\NucleiSegLib.vcxproj]
You could implement a compiler check like what is done in SimpleITK. (Look for SITK_HAS_TR1_UNORDERED_MAP, ...)
macOS
See http://slicer.cdash.org/viewBuildError.php?buildid=1281642
See below.
Linux
See http://slicer.cdash.org/viewBuildError.php?buildid=1281331
I suggest to explicitly exclude the header from the wrapping. For example, see https://github.com/Slicer/Slicer/blob/d258a316fcdf4bd91098a4faf3c32ffa4ebdc094/Libs/vtkAddon/CMakeLists.txt#L76-L80
Windows
See http://slicer.cdash.org/viewBuildError.php?buildid=1281486
You could implement a compiler check like what is done in SimpleITK. (Look for SITK_HAS_TR1_UNORDERED_MAP, ...)