Skip to content
  • Alexander Neundorf's avatar
    · bd8b733d
    Alexander Neundorf authored
    ENH: use the same CMAKE_SKIP_RPATH setting in CHECK_C/CXX_SOURCE_RUNS as in
    the main project. I think it doesn't make sense if a project disables
    RPATH, uses CHECK_C_SOURCE_RUNS() to see if something is able to run, and
    this succeeds because it has been built with RPATH, but an executable built
    within the project won't be able to run since it has been built without
    RPATH.
    
    Alex
    bd8b733d