cmake/Tests/RunCMake/RuntimePath/RelativeCheck.cmake

5 lines
161 B
CMake
Raw Normal View History

2019-11-11 23:01:05 +01:00
file(RPATH_CHECK FILE "${file}" RPATH "${rpath}")
if(NOT EXISTS "${file}")
message(FATAL_ERROR "RPATH for ${file} did not contain the expected value")
endif()