Skip to content
Snippets Groups Projects
Commit 9bf75de7 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Win build: boost version 1.55 is used in binary package generation

parent 4afc9546
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ install (FILES ${include_files} DESTINATION ${destination_include} COMPONENT Hea
# system libraries
if(WIN32)
if(MSVC)
set(boost_suffix "-vc110-mt-1_54.dll")
set(boost_suffix "-vc110-mt-1_55.dll")
install(FILES
${CMAKE_LIBRARY_PATH}/boost_date_time${boost_suffix}
${CMAKE_LIBRARY_PATH}/boost_chrono${boost_suffix}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment