mirror of
https://github.com/boostorg/boost_install.git
synced 2026-07-21 13:13:30 +00:00
Issue verbose message when a library has no variants at all
This commit is contained in:
@@ -671,6 +671,10 @@ rule generate-cmake-config- ( target : sources * : properties * )
|
||||
"unset(_BOOST_INCLUDEDIR)"
|
||||
"unset(_BOOST_CMAKEDIR)"
|
||||
""
|
||||
"if(NOT __boost_variants AND (Boost_VERBOSE OR Boost_DEBUG))"
|
||||
" message(STATUS \" Library has no variants and is considered not found\")"
|
||||
"endif()"
|
||||
""
|
||||
"get_target_property(__boost_configs $(ltarget) IMPORTED_CONFIGURATIONS)"
|
||||
""
|
||||
"if(NOT __boost_configs)"
|
||||
|
||||
Reference in New Issue
Block a user