CMakePP / CMinx

Generates API documentation for CMake functions and macros
https://cmakepp.github.io/CMinx/
Apache License 2.0
14 stars 5 forks source link

[BUG] Log output for which CMake file is being parsed is printed after parsing, making errors more difficult to debug #71

Closed AutonomicPerfectionist closed 2 years ago

AutonomicPerfectionist commented 2 years ago

Describe the bug The log output Writing for file {cmake_file} occurs after the file has already been parsed

Expected behavior Log output should occur directly before parsing in case parsing causes an error