Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cmake build system issues #286

Closed
wants to merge 2 commits into from
Closed

Conversation

arunisaac
Copy link
Contributor

This fixes #283

cmake substitutes the correct path for executables (such as wfmash)
that were declared using add_executable. Hard-coding the path to the
executable in a specific build directory breaks the build for other
build directories.
@pjotrp
Copy link
Collaborator

pjotrp commented Dec 7, 2024

Thanks for fixing the hard coded path. Part of #302.

The CTestCustom.cmake was wrong. I put in the correct fix.

@pjotrp
Copy link
Collaborator

pjotrp commented Dec 7, 2024

We can drop this PR.

@AndreaGuarracino
Copy link
Member

Replace by #302

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.

Run tests using make test
3 participants