1.6 Makefile Proposal: Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
(Created page with "Current cmake output is not helpful for people trouble shooting builds on different platforms <div class="toccolours mw-collapsible mw-collapsed" style="width:800px;"> Cmake o...")
 
No edit summary
 
Line 137: Line 137:
                 FILENAME ${CMAKE_BINARY_DIR}/dependencies.log APPEND)
                 FILENAME ${CMAKE_BINARY_DIR}/dependencies.log APPEND)
</pre>
</pre>
<mantis>
<mantis>
bugid = 12499
bugid = 12499
comment#12499 = list deps
comment#12499 = list deps
</mantis>
</mantis>

Latest revision as of 17:17, 21 March 2016

Current cmake output is not helpful for people trouble shooting builds on different platforms

Cmake output ---->


So a proposal is open to make the CMake script more comprehensive <mantis> bugid = 13398 comment#13398 = makefile </mantis>

We can also utilize this new methodology to list installed dependencies within the Scribus GUI which can be achieved by

# FeatureSummary: Append everything we've found
feature_summary(WHAT ALL
                FILENAME ${CMAKE_BINARY_DIR}/dependencies.log APPEND)

<mantis> bugid = 12499 comment#12499 = list deps </mantis>