blob: a88f8441dde071034791aaa35c16de026edfd93d (
plain)
1
2
3
4
5
6
|
# boost-context removed all.hpp, which is used by FindBoost to determine that context is installed
if(NOT EXISTS ${CURRENT_PACKAGES_DIR}/include/boost/context/all.hpp)
file(WRITE ${CURRENT_PACKAGES_DIR}/include/boost/context/all.hpp
"#error \"#include <boost/context/all.hpp> is no longer supported by boost_context.\"")
endif()
|