mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00: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
|
@ -36,7 +36,7 @@ add_executable(net_load_tests_clt
|
|||
${clt_sources}
|
||||
${clt_headers})
|
||||
target_link_libraries(net_load_tests_clt
|
||||
PRIVATE
|
||||
LINK_PRIVATE
|
||||
${GTEST_MAIN_LIBRARIES}
|
||||
${Boost_CHRONO_LIBRARY}
|
||||
${Boost_DATE_TIME_LIBRARY}
|
||||
|
@ -55,7 +55,7 @@ add_executable(net_load_tests_srv
|
|||
${srv_sources}
|
||||
${srv_headers})
|
||||
target_link_libraries(net_load_tests_srv
|
||||
PRIVATE
|
||||
LINK_PRIVATE
|
||||
${GTEST_MAIN_LIBRARIES}
|
||||
${Boost_CHRONO_LIBRARY}
|
||||
${Boost_DATE_TIME_LIBRARY}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue