arpg / HAL

Hardware Abstraction Layer library.
Other
36 stars 24 forks source link

install directory problem for out-of-source builds #85

Closed Algomorph closed 9 years ago

Algomorph commented 9 years ago

CMake source dir: /HAL CMake binary dir: /builds/HAL

sudo make install or checkinstall yields:

-- Installing: /usr/local/include/../../HAL/HAL/Devices/DeviceException.h
-- Installing: /usr/local/include/../../HAL/HAL/Devices/DeviceFactory.h
-- Installing: /usr/local/include/../../HAL/HAL/Devices/DeviceRegistry.h

(Which all actually end up in /usr/HAL/)

This breaks vicalib.

crheckman commented 9 years ago

yeesh... thank goodness for make uninstall huh?

could you test #86 please? (if this fixes the problem for you, please feel free to close this issue)

Algomorph commented 9 years ago

The fix worked for me. Closing.