File tree 2 files changed +5
-1
lines changed 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -74,9 +74,13 @@ set(boost_include_include_dir ${boost-include_SOURCE_DIR})
74
74
set (boost_lib_dir ${boost-include_SOURCE_DIR}/stage/lib)
75
75
link_directories (${boost_lib_dir} )
76
76
add_definitions (-DBOOST_SYSTEM_NO_DEPRECATED=1)
77
+ install (DIRECTORY "${boost_lib_dir} " DESTINATION "${CMAKE_INSTALL_PREFIX} " )
77
78
78
79
################################################################################
79
80
81
+ set (CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX} /lib" )
82
+ SET (CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE )
83
+
80
84
add_subdirectory (cbmc)
81
85
add_subdirectory (benchmarks/LIBRARIES/models)
82
86
Original file line number Diff line number Diff line change @@ -743,7 +743,7 @@ std::string dump_goto_program_in_html(
743
743
const std::vector<irep_idt> &inverted_functions_topological_order,
744
744
const boost::filesystem::path &dump_root_directory)
745
745
{
746
- boost::filesystem::create_directory (dump_root_directory);
746
+ boost::filesystem::create_directories (dump_root_directory);
747
747
748
748
namespacet const ns (program.symbol_table );
749
749
goto_functionst::function_mapt const & functions =
You can’t perform that action at this time.
0 commit comments