diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/cmake/Boost.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/Boost.cmake b/indra/cmake/Boost.cmake index ba9daeadf1..6fc969a62a 100644 --- a/indra/cmake/Boost.cmake +++ b/indra/cmake/Boost.cmake @@ -18,7 +18,7 @@ elseif (WINDOWS) set(sfx -vc143-mt-x64-1_88) endif () else () - find_package( Boost REQUIRED ) + find_package( Boost ) endif () target_link_libraries( ll::boost INTERFACE boost_context${sfx} |
