[boost] unset BOOST_AUTO_LINK_NOMANGLE flag (fixes #397). This was a remnant of a previously enabled system install option which has been disabled in the meantime.

This commit is contained in:
codeandroid 2016-12-08 17:03:45 +01:00
parent ebe2ce7281
commit 2307fa6274

View File

@ -100,7 +100,6 @@ if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
"\n#define BOOST_ALL_DYN_LINK\n"
)
endif()
file(APPEND ${CURRENT_PACKAGES_DIR}/include/boost/config/user.hpp "\n#define BOOST_AUTO_LINK_NOMANGLE\n")
file(INSTALL ${SOURCE_PATH}/LICENSE_1_0.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/boost RENAME copyright)
message(STATUS "Packaging headers done")