RelativeCheck.cmake 161 B

1234
  1. file(RPATH_CHECK FILE "${file}" RPATH "${rpath}")
  2. if(NOT EXISTS "${file}")
  3. message(FATAL_ERROR "RPATH for ${file} did not contain the expected value")
  4. endif()