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

Lower CMake requirements #1

Open
richardmembarth opened this issue Apr 1, 2020 · 0 comments
Open

Lower CMake requirements #1

richardmembarth opened this issue Apr 1, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@richardmembarth
Copy link
Member

CMake Error at samples/CMakeLists.txt:1 (cmake_minimum_required):
  CMake 3.14 or higher is required.  You are running version 3.xx

This is a very recent version found on no system. We should switch to a version that is available on most systems. Hipacc itself requires only 3.4. It seems that the requirement for 3.14 is
get_filename_component(_SRC_NAME_WLE ${_SRC} NAME_WLE)
NAME_WE is almost identical and requires only 3.4.
What else requires such a recent version?

@richardmembarth richardmembarth added the bug Something isn't working label Apr 1, 2020
@oreiche oreiche added enhancement New feature or request and removed bug Something isn't working labels Apr 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants