cmake: support 2.8.7
Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer
versions prefer PUBLIC and PRIVATE instead, but still support the LINK_
prefix.
This commit is contained in:
@@ -52,7 +52,7 @@ bitmonero_add_library(common
|
||||
${common_headers}
|
||||
${common_private_headers})
|
||||
target_link_libraries(common
|
||||
PRIVATE
|
||||
LINK_PRIVATE
|
||||
crypto
|
||||
${UNBOUND_LIBRARY}
|
||||
${Boost_DATE_TIME_LIBRARY}
|
||||
|
||||
Reference in New Issue
Block a user