Skip to content
  • Brad King's avatar
    VS: Delay platform definitions until system name is known · 6e176e6d
    Brad King authored
    Move the definition of CMAKE_VS_PLATFORM_NAME and other variables that
    are not needed by CMakeDetermineSystem out of the AddPlatformDefinitions
    method and into a SetSystemName method.  The latter may later use
    CMAKE_SYSTEM_NAME to decide what platform-specific definitions to add.
    6e176e6d