diff --git a/CMakeLists.txt b/CMakeLists.txt index fa7b41b7..e763c251 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()