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:
@@ -54,7 +54,7 @@ add_executable(unit_tests
|
||||
${unit_tests_sources}
|
||||
${unit_tests_headers})
|
||||
target_link_libraries(unit_tests
|
||||
PRIVATE
|
||||
LINK_PRIVATE
|
||||
cryptonote_core
|
||||
rpc
|
||||
wallet
|
||||
|
||||
Reference in New Issue
Block a user