mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-28 09:54:51 +00:00
Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next
This commit is contained in:
commit
a9d86dc37e
@ -772,8 +772,8 @@ if(CMAKE_VERSION VERSION_LESS 3.15)
|
||||
)
|
||||
else()
|
||||
add_library(Boost::headers INTERFACE IMPORTED)
|
||||
set_target_properties(Boost::filesystem PROPERTIES
|
||||
Boost::headers ${Boost_INCLUDE_DIR}
|
||||
set_target_properties(Boost::headers PROPERTIES
|
||||
INTERFACE_INCLUDE_DIRECTORIES ${Boost_INCLUDE_DIR}
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user