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 dbd5521 commit f323bd4Copy full SHA for f323bd4
cmake/EthDependencies.cmake
@@ -49,8 +49,7 @@ if (NOT TARGET Boost::boost) # header only target
49
add_library(Boost::boost INTERFACE IMPORTED)
50
set_property(TARGET Boost::boost APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES ${Boost_INCLUDE_DIRS})
51
endif()
52
-get_property(LOCATION TARGET Boost::boost PROPERTY INTERFACE_INCLUDE_DIRECTORIES)
53
-message(STATUS "Found Boost headers in ${LOCATION}")
+message(STATUS "Found Boost ${Boost_VERSION} headers in ${Boost_INCLUDE_DIRS}")
54
55
foreach (BOOST_COMPONENT IN LISTS BOOST_COMPONENTS)
56
if (NOT TARGET Boost::${BOOST_COMPONENT})
0 commit comments