jedisct1 / libhydrogen

A lightweight, secure, easy-to-use crypto library suitable for constrained environments.
https://libhydrogen.org
Other
605 stars 90 forks source link

updated CMakeLists to enable configuration with cmake 3.1+ #93

Closed ohell closed 4 years ago

ohell commented 4 years ago

Needed to remove the function to prepend project directory to all file paths, since it used TRANSFORM function which is available in cmake 3.12+ only. Luckily, this operation was redundant since cmake computes relative paths from PROJECT_SOURCE_DIR anyway.