Skip to content

Commit e4c3d1c

Browse files
committed
QPR-12015 bugfix
1 parent ec46dc4 commit e4c3d1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OREAnalytics-SWIG/Python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ get_library_name("QuantExt" QLE_LIB_NAME)
3535
set_ql_library_name()
3636

3737
# To build the module, we moreover need Boost, Swig, Python
38-
set(BOOST_COMPONENT_LIST serialization date_time regex filesystem system timer thread)
38+
set(BOOST_COMPONENT_LIST serialization date_time regex filesystem system timer thread log)
3939
if(ORE_USE_ZLIB)
4040
list(APPEND BOOST_COMPONENT_LIST iostreams)
4141
if(MSVC)

0 commit comments

Comments
 (0)