mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-15 11:45:47 +00:00
Remove unused lines
This commit is contained in:
parent
fd719a85b4
commit
f54902389e
@ -696,13 +696,6 @@ set_package_properties(Boost PROPERTIES
|
|||||||
)
|
)
|
||||||
|
|
||||||
if(CMAKE_VERSION VERSION_LESS 3.5)
|
if(CMAKE_VERSION VERSION_LESS 3.5)
|
||||||
if(NOT TARGET Boost::boost)
|
|
||||||
add_library(Boost::boost SHARED IMPORTED) # Trick for CMake 2.8.12
|
|
||||||
set_target_properties(Boost::boost PROPERTIES
|
|
||||||
INTERFACE_INCLUDE_DIRECTORIES ${Boost_INCLUDE_DIR}
|
|
||||||
IMPORTED_LOCATION ${Boost_DATE_TIME_LIBRARIES}
|
|
||||||
)
|
|
||||||
endif()
|
|
||||||
if(NOT TARGET Boost::date_time)
|
if(NOT TARGET Boost::date_time)
|
||||||
add_library(Boost::date_time SHARED IMPORTED)
|
add_library(Boost::date_time SHARED IMPORTED)
|
||||||
set_target_properties(Boost::date_time PROPERTIES
|
set_target_properties(Boost::date_time PROPERTIES
|
||||||
|
Loading…
Reference in New Issue
Block a user