mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-13 06:51:05 -05:00
Make sure to include boost::lexical_cast
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user