correct lib install path for nix (#2990)
This commit is contained in:
parent
d1b62a09b1
commit
d6af6b492e
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue