Fix previous commit

This commit is contained in:
Carles Fernandez 2019-09-07 13:39:48 +02:00
parent fbff35fb56
commit b88d8d9b23
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 2 additions and 2 deletions

View File

@ -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()