gkostka / lwext4

ext2/ext3/ext4 filesystem library for microcontrollers
http://sourceforge.net/projects/lwext4/
Other
491 stars 128 forks source link

Install to location other than /usr/bin #48

Open smherwig opened 5 years ago

smherwig commented 5 years ago

It's not clear to me how to set the install location to somewhere other than /usr/bin.

I've tried adding -DCMAKE_INSTALL_PREFIX=/home/smherwig to the COMMON_DEFINITIONS in the top-level Makefile, but this does not seem to be enough; for instance, build_generic/fs_test/cmake_install.cmake still has /usr/bin hardcoded in a few places.

Thanks.