Skip to content
  • Brad King's avatar
    cmCoreTryCompile: Fix internal argument vector construction · 710bde43
    Brad King authored
    In TryCompileCode we construct an internal argv[] vector that needs to
    have a fake argv[0] so our internal cmake command line looks like a real
    command line.  Fix construction of the fake argv[0] when try_compile is
    called without the CMAKE_FLAGS argument.  Otherwise the first internal
    -DVAR=val argument that we use to pass information like
    CMAKE_OSX_SYSROOT is ignored.
    710bde43