瀏覽代碼

print absolute path of unparsed line log

master
Sascha Kratky 8 年之前
父節點
當前提交
073e1725f0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      CMake/cotire.cmake

+ 1
- 1
CMake/cotire.cmake 查看文件

@@ -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()


Loading…
取消
儲存