mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
Add dependency tracking info.
This commit is contained in:
@ -20,6 +20,10 @@
|
||||
// if we don't have a user config, then use the default location:
|
||||
#if !defined(BOOST_USER_CONFIG) && !defined(BOOST_NO_USER_CONFIG)
|
||||
# define BOOST_USER_CONFIG <boost/config/user.hpp>
|
||||
#if 0
|
||||
// For dependency trackers:
|
||||
# include <boost/config/user.hpp>
|
||||
#endif
|
||||
#endif
|
||||
// include it first:
|
||||
#ifdef BOOST_USER_CONFIG
|
||||
|
Reference in New Issue
Block a user