aboutsummaryrefslogtreecommitdiff
path: root/cmake/MergeStaticLibs.cmake (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2016-08-30cmake: merge libs via virtual object librariesredfish1-74/+0
CMake issued a warming about policy CMP0026: access of LOCATION target property at config time was disallowed. Offending code was the code that merged static libraries to generate libwallet_merged.a. This patch does that same merge task in a much simpler way. And, since it doesn't violate the policy, the warning went away.
2016-08-30cmake: comply with the new policy CMP0026redfish1-101/+46
Access to LOCATION property at config time was disallowed by this policy. This patch updates the offending code to comply with the policy and thereby gets rid of the warning printed by cmake. The fix is to use generator expressions instead of that property. NOTE: Had to remove support for multiconfig (only affects MSVC which is not supported anyway; and mutliconf is an IDE thing in any case), because could not see how to support it with generator expressions.
2016-06-24CMake: GPL 'libutils' script removedIlya Kitaev1-1/+12
2016-06-23all wallet dependencies merged to single static libIlya Kitaev1-0/+118
2016-05-27all wallet dependencies merged to single static libIlya Kitaev1-0/+118