rapidcheck icon indicating copy to clipboard operation
rapidcheck copied to clipboard

cmake install option?

Open Christewart opened this issue 6 years ago • 4 comments

Is there a simple cmake install option on rapidcheck? Is there documentation for this anywhere?

Christewart avatar Feb 18 '18 17:02 Christewart

I don't think I've ever used this feature of CMake. Can you elaborate on what you want to do?

emil-e avatar Feb 22 '18 08:02 emil-e

I want an easy way to install rapidcheck on a system. https://cmake.org/cmake/help/v3.0/command/install.html?highlight=install

In bitcoin we created these commands to do this

https://github.com/bitcoin/bitcoin/pull/8469/files#diff-0c8b4f5affc408566034b002e5f5371aR11

It seems like there should be an easier way to do this rather than writing a bash script to do it

Christewart avatar Feb 22 '18 13:02 Christewart

Seems to be resolved in #152

dreuter avatar Jul 02 '18 15:07 dreuter

This is fixed on master, it seems

maflcko avatar Aug 31 '18 12:08 maflcko