Removing incorrectly cased Boost_ANY_NO_LIBS. (#4039)
This commit is contained in:
parent
c6e7fc8dc1
commit
354bf5bf2d
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue