Skip to content

Conversation

@rippleitinnz
Copy link
Contributor

Problem

The HotPocket build fails during the POST_BUILD step with: cp: cannot stat './evernode-license.pdf': No such file or directory

Root Cause

CMakeLists.txt references ./evernode-license.pdf but the actual file in the repository is named "Evernode Software License Agreement 2.0.pdf".

Solution

Update the copy command in CMakeLists.txt to reference the correct filename.

A recent name change requires changes to CMakeLists.txt also.

## Problem
The HotPocket build fails during the POST_BUILD step with:
cp: cannot stat './evernode-license.pdf': No such file or directory

## Root Cause
CMakeLists.txt references `./evernode-license.pdf` but the actual file in the repository is named `"Evernode Software License Agreement 2.0.pdf"`.

## Solution
Update the copy command in CMakeLists.txt to reference the correct filename.

A recent name change requires changes to CMakeLists.txt also.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants