correct lib install path for nix (#2990)

This commit is contained in:
Russel Waters 2020-09-29 13:52:35 -07:00 committed by GitHub
commit d6af6b492e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -637,7 +637,7 @@ if (NANO_GUI OR RAIBLOCKS_GUI)
string(REGEX MATCH "(.+/.*boost_[^-]+)" boost_lib_name ${boost_lib})
set (boost_dll "${CMAKE_MATCH_1}.${Boost_VERSION_STRING}")
if (${boost_dll} MATCHES "boost")
install (FILES ${boost_dll} DESTINATION .)
install (FILES ${boost_dll} DESTINATION ./lib)
endif()
endforeach(boost_lib)
endif()