We are looking for a way to include a hash/binary element of our install.
The target platform is linux, and we use the CPack feature that updates the
RPATH in the binaries during the creation of the install. Is there any way
to run a script after the binaries have had their RPATHs updated by cpack
In our environment we have:
CMake 3.8.1
VS Enterprise 2017 15.1 (26403.7)
Ninja 1.7.2
Since we are building on Win Server 2012R2 and targeting Win7 we do define
the MS macros (_WIN32_WINNT, WINVER, _WIN32_WINDOWS, NTDDI_VERSION) to
ensure we only get access to the features that Win7 has.
When we