cpp-jwt
cpp-jwt copied to clipboard
build: minor tweaks
With this patch I've made a few minor changes to CMake configuration:
- CMake config files are now installed to
share/(CMAKE_INSTALL_DATADIR) instead oflib/, as cpp-jwt is header-only, thus arch-independent. See https://github.com/marzer/tomlplusplus/pull/165 for a longer discussion about this. - Headers are now installed to
CMAKE_INSTALL_INCLUDEDIRinstead of the hardcodedinclude/ - I've removed a few redundant options from the
install(TARGETS)call, as they are implied by default since CMake 3.14.