mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-15 11:45:47 +00:00
Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next
This commit is contained in:
commit
e62580c53d
@ -765,8 +765,8 @@ endif()
|
|||||||
if(CMAKE_VERSION VERSION_LESS 3.15)
|
if(CMAKE_VERSION VERSION_LESS 3.15)
|
||||||
if(NOT TARGET Boost::headers)
|
if(NOT TARGET Boost::headers)
|
||||||
if(CMAKE_VERSION VERSION_LESS 3.0)
|
if(CMAKE_VERSION VERSION_LESS 3.0)
|
||||||
add_library(Boost::boost SHARED IMPORTED) # Trick for CMake 2.8.12
|
add_library(Boost::headers SHARED IMPORTED) # Trick for CMake 2.8.12
|
||||||
set_target_properties(Boost::boost PROPERTIES
|
set_target_properties(Boost::headers PROPERTIES
|
||||||
INTERFACE_INCLUDE_DIRECTORIES ${Boost_INCLUDE_DIR}
|
INTERFACE_INCLUDE_DIRECTORIES ${Boost_INCLUDE_DIR}
|
||||||
IMPORTED_LOCATION ${Boost_DATE_TIME_LIBRARIES}
|
IMPORTED_LOCATION ${Boost_DATE_TIME_LIBRARIES}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user