Make sure to include boost::lexical_cast

This commit is contained in:
TheAssassin
2018-11-09 18:53:35 +01:00
parent 6e525e0a65
commit 74fb390e2f

View File

@@ -10,7 +10,7 @@ if(USE_SYSTEM_BOOST)
set(BOOST_LIBS Boost::filesystem Boost::regex)
else()
# use custom built libs
set(BOOST_LIBS boost_system boost_filesystem boost_regex)
set(BOOST_LIBS boost_system boost_filesystem boost_regex boost_lexical_cast)
endif()