mirror of
https://github.com/monero-project/monero.git
synced 2026-01-07 19:00:59 -08: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:
@@ -35,7 +35,7 @@ add_executable(difficulty-tests
|
||||
${difficulty_sources}
|
||||
${difficulty_headers})
|
||||
target_link_libraries(difficulty-tests
|
||||
PRIVATE
|
||||
LINK_PRIVATE
|
||||
cryptonote_core)
|
||||
set_property(TARGET difficulty-tests
|
||||
PROPERTY
|
||||
|
||||
Reference in New Issue
Block a user