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

Modified version for cmake 3.16 #6

Merged
merged 2 commits into from
Jun 5, 2024
Merged

Conversation

ozw1z5rd
Copy link
Contributor

No description provided.

@ozw1z5rd
Copy link
Contributor Author

this version can compile with cmake 3.16

Copy link
Owner

@visrealm visrealm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm fine with reducing the minimum version where we don't need newer features. Left some comments on the other changes.

@@ -25,6 +25,7 @@ endif()
include(CTest)

add_subdirectory(src)
add_subdirectory(test)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I already include the test directory (see below) but only if the project is at the top level. We could just remove that check instead.

test/vrEmu6502.h Outdated
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this file added by mistake?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

99.9999% for mistake. To be honest I don't know the CMake utility, I messed around and likely I forgot to remove it. I did this change because upgrading cmake on Raspberry PI ==> you need to upgrade the whole universe.
vrEmu6502 is really the best 6502 family Emulator, I'm working to use it inside a PICO PI as an accelerator card.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How should we proceed?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Either you fix this pull request (remove the accidental addition of test/vrEmu6502.h and remove the add_subdirectory(test) line) or, I'll make separate changes to reduce the CMake version.

If you fix the pull request, I'll approve it. Otherwise, later this week, I'll make the changes.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the late answer, I'll fix the pull request within today.

@ozw1z5rd
Copy link
Contributor Author

ozw1z5rd commented Jun 4, 2024

It seems ok now.

@visrealm visrealm merged commit 2aaf1e9 into visrealm:main Jun 5, 2024
3 checks passed
@visrealm
Copy link
Owner

visrealm commented Jun 5, 2024

Thanks. Merged.

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.

None yet

2 participants