mirror of
https://github.com/monero-project/monero.git
synced 2025-08-02 15:56:14 -04:00
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:
parent
464c2805e5
commit
7d708e4223
22 changed files with 28 additions and 28 deletions
|
@ -57,7 +57,7 @@ bitmonero_add_executable(daemon
|
|||
${daemon_headers}
|
||||
${daemon_private_headers})
|
||||
target_link_libraries(daemon
|
||||
PRIVATE
|
||||
LINK_PRIVATE
|
||||
rpc
|
||||
cryptonote_core
|
||||
crypto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue