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:
@@ -48,7 +48,7 @@ add_executable(performance_tests
|
||||
${performance_tests_sources}
|
||||
${performance_tests_headers})
|
||||
target_link_libraries(performance_tests
|
||||
PRIVATE
|
||||
LINK_PRIVATE
|
||||
cryptonote_core
|
||||
common
|
||||
crypto
|
||||
|
||||
Reference in New Issue
Block a user