Skip to content
  • Alexander Neundorf's avatar
    · 8e6f6155
    Alexander Neundorf authored
    BUG: the SET( ... CACHE INTERNAL) didn't work as expected, since the
    variable is already added to the cache inside cmTryRunCommand.cxx, so the
    value used here was ignored. Additionally the INTERNAL made it internal,
    which shouldn't be done when cross compiling, since here the user is
    required to edit this variable manually e.g. using ccmake.
    
    Alex
    8e6f6155