mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-30 19:04:51 +00:00
Fix previous commit
This commit is contained in:
parent
fbff35fb56
commit
b88d8d9b23
@ -772,8 +772,8 @@ if(CMAKE_VERSION VERSION_LESS 3.15)
|
|||||||
)
|
)
|
||||||
else()
|
else()
|
||||||
add_library(Boost::headers INTERFACE IMPORTED)
|
add_library(Boost::headers INTERFACE IMPORTED)
|
||||||
set_target_properties(Boost::filesystem PROPERTIES
|
set_target_properties(Boost::headers PROPERTIES
|
||||||
Boost::headers ${Boost_INCLUDE_DIR}
|
INTERFACE_INCLUDE_DIRECTORIES ${Boost_INCLUDE_DIR}
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user