Removing incorrectly cased Boost_ANY_NO_LIBS. (#4039)

This commit is contained in:
clemahieu 2023-01-11 03:30:48 +00:00 committed by GitHub
commit 354bf5bf2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -382,7 +382,7 @@ if(NANO_SHARED_BOOST)
set(Boost_USE_STATIC_LIBS OFF)
set(Boost_USE_STATIC_RUNTIME OFF)
set(Boost_NO_BOOST_CMAKE ON)
add_definitions(-DBOOST_ALL_DYN_LINK -DBoost_ALL_NO_LIB)
add_definitions(-DBOOST_ALL_DYN_LINK)
else()
set(Boost_USE_STATIC_LIBS ON)
endif()