diff options
author | trivias <trivias@yandex-team.ru> | 2022-02-10 16:46:12 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:12 +0300 |
commit | 9bf2fa2b060c9881d3135c2208c624a1dd546ecc (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/restricted/boost/boost_common.inc | |
parent | 11ab7328455192b9cdb4bbb79f8615bf356182ca (diff) | |
download | ydb-9bf2fa2b060c9881d3135c2208c624a1dd546ecc.tar.gz |
Restoring authorship annotation for <trivias@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/restricted/boost/boost_common.inc')
-rw-r--r-- | contrib/restricted/boost/boost_common.inc | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/contrib/restricted/boost/boost_common.inc b/contrib/restricted/boost/boost_common.inc index d9bd983d8c..892bae5b39 100644 --- a/contrib/restricted/boost/boost_common.inc +++ b/contrib/restricted/boost/boost_common.inc @@ -17,24 +17,24 @@ ADDINCL( # XXX: fix selective checkout SRCDIR(${BOOST_ROOT}/boost) -IF (DYNAMIC_BOOST) - CFLAGS( - -DBOOST_ATOMIC_DYN_LINK=1 - -DBOOST_All_DYN_LINK=1 - -DBOOST_CHRONO_DYN_LINK=1 - -DBOOST_SYSTEM_DYN_LINK=1 - -DBOOST_TIMER_DYN_LINK=1 - ) -ELSE() - CFLAGS( - -DBOOST_ATOMIC_STATIC_LINK=1 - -DBOOST_All_STATIC_LINK=1 - -DBOOST_CHRONO_STATIC_LINK=1 - -DBOOST_SYSTEM_STATIC_LINK=1 - -DBOOST_TIMER_STATIC_LINK=1 - ) -ENDIF() - +IF (DYNAMIC_BOOST) + CFLAGS( + -DBOOST_ATOMIC_DYN_LINK=1 + -DBOOST_All_DYN_LINK=1 + -DBOOST_CHRONO_DYN_LINK=1 + -DBOOST_SYSTEM_DYN_LINK=1 + -DBOOST_TIMER_DYN_LINK=1 + ) +ELSE() + CFLAGS( + -DBOOST_ATOMIC_STATIC_LINK=1 + -DBOOST_All_STATIC_LINK=1 + -DBOOST_CHRONO_STATIC_LINK=1 + -DBOOST_SYSTEM_STATIC_LINK=1 + -DBOOST_TIMER_STATIC_LINK=1 + ) +ENDIF() + CFLAGS( -DBOOST_ALL_NO_LIB=1 -DBOOST_ATOMIC_SOURCE |