You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using both ADD_PROJECT_DEPEDENCY & FIND_PACKAGE for Boost breaks uses of
${Boost_LIBRARIES}: only the last call to one ore the other is taken
into account.
I suggest to use ${Boost_LIBRARIES} for exported ones, and eg.
${Boost_UNIT_TEST_FRAMEWORK_LIBRARY} for the private ones.
0 commit comments