trendmicro / tlsh

Other
732 stars 136 forks source link

install error. remove dependancy on GNUInstallDirs #62

Closed jonjoliver closed 5 years ago

jonjoliver commented 5 years ago

Lala reported the following error

[piranha@ers-tools Library-tlsh]$ ./make.sh rm -rf build cmake -DTLSH_CHECKSUM_1B=1 ../.. -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done CMake Error at src/CMakeLists.txt:74 (include): include could not find load file:

GNUInstallDirs

CMake Error at src/CMakeLists.txt:78 (install): install TARGETS given no ARCHIVE DESTINATION for static library target "tlsh".

CMake Error at src/CMakeLists.txt:81 (install): install FILES given no DESTINATION!