We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6432b commit 7187894Copy full SHA for 7187894
tests/CMakeLists.txt
@@ -330,7 +330,7 @@ if(Boost_FOUND)
330
add_library(Boost::headers IMPORTED INTERFACE)
331
if(TARGET Boost::boost)
332
# Classic FindBoost
333
- set_property(TARGET Boost::boost PROPERTY INTERFACE_LINK_LIBRARIES Boost::boost)
+ set_property(TARGET Boost::headers PROPERTY INTERFACE_LINK_LIBRARIES Boost::boost)
334
else()
335
# Very old FindBoost, or newer Boost than CMake in older CMakes
336
set_property(TARGET Boost::headers PROPERTY INTERFACE_INCLUDE_DIRECTORIES
0 commit comments