fuerte icon indicating copy to clipboard operation
fuerte copied to clipboard

[cmake] make velocypack an imported library

Open torbjoernk opened this issue 7 years ago • 2 comments

On systems with velocypack installed in a non-default location, the include directory for velocypack as detected by the FindVelocypack.cmake module was not added to the include path for the fuerte library target.

With this change the FindVelocypack.cmake module provides an imported library target as recommended by modern CMake providing all required information to link against it including include path.

torbjoernk avatar Dec 06 '17 20:12 torbjoernk

Hi @torbjoernk

Many thanks for your improvements. We are using an Apache 2 CLA for ArangoDB and its companion projects, which can be found here: https://www.arangodb.com/documents/cla.pdf In order to accept your changes may you just fill in the form, sign and send a scanned copy over to cla[at]arangodb[.]com or via fax +49-221-2722999-88

OmarAyo avatar Nov 15 '18 14:11 OmarAyo

Very nice change!

ObiWahn avatar May 20 '19 07:05 ObiWahn