Skip to content

Changes

Summary

  1. CMake: fix empty string warnings (commit: 1691da5) (details)
Commit 1691da57ca16d09deed4aa8a997c088c814c383d by Keith W. Campbell
CMake: fix empty string warnings

Prior to this change, numerous warnings are issued by cmake:
  CMake Warning:
    Ignoring empty string ("") provided on the command line.

Rework how the decision to use 'cygpath -w' is made: Provide
USE_PATH_TOOL to GenerateStub.cmake so it can behave as desired.

Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
(commit: 1691da5)
The file was modified cmake/modules/ddr/DDRSetStub.cmake.in (diff)
The file was modified cmake/modules/OmrDDRSupport.cmake (diff)
The file was modified cmake/modules/ddr/GenerateStub.cmake (diff)