Skip to content

Fix CMakeLists.txt license filename reference#406

Open
rippleitinnz wants to merge 1 commit intomainfrom
rippleitinnz-fix/cmake-license-filename
Open

Fix CMakeLists.txt license filename reference#406
rippleitinnz wants to merge 1 commit intomainfrom
rippleitinnz-fix/cmake-license-filename

Conversation

@rippleitinnz
Copy link
Copy Markdown
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.
@shortthefomo
Copy link
Copy Markdown

is this not par of the gitignore

(apologies ive only recently started compiling this repo and noticed same issues)

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