CMakeCache.txt is showing CMAKE_CXX_COMPILER as a STRING instead of
FILEPATH. When plugin retrieves cache information, it is failing to
recover CMAKE_CXX_COMPILER, and triggering and execution during build.
Searching for STRING if FILEPATH is not found solves the issue.
CMakeCache.txt is showing CMAKE_CXX_COMPILER as a STRING instead of FILEPATH. When plugin retrieves cache information, it is failing to recover CMAKE_CXX_COMPILER, and triggering and execution during build. Searching for STRING if FILEPATH is not found solves the issue.
Signed-off-by: Marta Navarro marta.navarro@intel.com