jfalcou/eve

[BUG] Install destination should not depend on the version number

JPenuchot opened this issue · 1 comments

Describe the bug

Here:

set(INSTALL_DEST "${CMAKE_INSTALL_INCLUDEDIR}/eve-${PROJECT_VERSION}")

EVE is being installed in a version-dependent directory. It should be installed directly in the installation directory instead like any other libraries. CMake variables already allow changing the install destination if required by the user.

To Reproduce

Install EVE

Expected behavior

The eve/ include folder should be installed directly in the include installation directory.

Fixed