https://github.com/Kitware/CMake
Revision b972e25276186ea43879dccfab50f43024f44390 authored by Craig Scott on 23 August 2020, 08:38:47 UTC, committed by Craig Scott on 23 August 2020, 08:38:47 UTC
1 parent 269d1a8
Raw File
Tip revision: b972e25276186ea43879dccfab50f43024f44390 authored by Craig Scott on 23 August 2020, 08:38:47 UTC
FetchContent: Fix SOURCE_DIR, BUILD_DIR when disconnected or overridden
Tip revision: b972e25
TestForAnsiForScope.cxx
int main(int, char* [])
{
  int i;
  for (int i = 0; i < 1; ++i)
    ;
  (void)i;
  return 0;
}
back to top