[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[csmith-project/creduce] 0fc288: Set `BUILD_WITH_INSTALL_RPATH` property on target ...



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/creduce
  Commit: 0fc288e1958a7c38c74ef85803f0e3b79f904a73
      https://github.com/csmith-project/creduce/commit/0fc288e1958a7c38c74ef85803f0e3b79f904a73
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2019-05-01 (Wed, 01 May 2019)

  Changed paths:
    M clang_delta/CMakeLists.txt

  Log Message:
  -----------
  Set `BUILD_WITH_INSTALL_RPATH` property on target `clang_delta`.

Set the `BUILD_WITH_INSTALL_RPATH` property, and do not set the
`BUILD_RPATH` property.  The effect is the same, but this method works
with older versions of CMake, e.g., CMake 3.5.1, which is the version
you get if you `apt-get install cmake` on Ubuntu 16.04.

`BUILD_WITH_INSTALL_RPATH` is in the CMake docs back to at least CMake
2.8.0.  `BUILD_RPATH` was added in CMake 3.8.