Skip to content

Commit

Permalink
Removing incorrectly cased Boost_ANY_NO_LIBS. (nanocurrency#4039)
Browse files Browse the repository at this point in the history
  • Loading branch information
clemahieu authored Jan 11, 2023
1 parent c6e7fc8 commit 354bf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 354bf5b

Please sign in to comment.