Skip to content
  • Niels Dekker's avatar
    COMP: Fixed "Debug build on Windows out of memory (link error)" #190 (#355) · 6cd7f1bd
    Niels Dekker authored
    Fixed #190 by specifying that SuperElastix should used uses the 64-bit toolset (including 64-bit linker), for Visual C++ Debug. Adds `<PreferredToolArchitecture>x64</PreferredToolArchitecture>` to the generated vcxproj files.
    
    Avoided CMake errors on platforms that don't have CMAKE_CONFIGURATION_TYPES (gcc, clang).
    6cd7f1bd