[BUG] Install destination should not depend on the version number
JPenuchot opened this issue · 1 comments
JPenuchot commented
Describe the bug
Here:
eve/cmake/config/eve-install.cmake
Line 8 in 3ba9952
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.
jfalcou commented
Fixed