Searched refs:has_c_sources (Results 1 – 1 of 1) sorted by relevance
2103 bool has_c_sources = false; in output_module_cmake_report() local2124 if( ext == ".c" ) has_c_sources = true; in output_module_cmake_report()2134 … << lm << " VERSION \"${BOOST_SUPERPROJECT_VERSION}\" LANGUAGES" << ( has_c_sources? " C": "" ) <<… in output_module_cmake_report()