Parcourir la source

print absolute path of unparsed line log

master
Sascha Kratky il y a 8 ans
Parent
révision
073e1725f0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      CMake/cotire.cmake

+ 1
- 1
CMake/cotire.cmake Voir le fichier

@@ -1499,7 +1499,7 @@ function (cotire_generate_prefix_header _prefixFile)
if (WIN32)
file (TO_NATIVE_PATH "${_unparsedLinesFile}" _unparsedLinesLogPath)
else()
file (RELATIVE_PATH _unparsedLinesLogPath "${CMAKE_BINARY_DIR}" "${_unparsedLinesFile}")
set (_unparsedLinesLogPath "${_unparsedLinesFile}")
endif()
message (STATUS "${_skippedLineCount} line(s) skipped, see ${_unparsedLinesLogPath}")
endif()


Chargement…
Annuler
Enregistrer