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

Update env.cmake for consistency w/ CMakeLists #110

Open
wants to merge 1 commit into
base: rocm-5.5.x
Choose a base branch
from

Conversation

mhalk
Copy link

@mhalk mhalk commented May 12, 2023

This NFC will only change the name of an internal variable.
FIND_AQL_PROFILE_LIB to AQLPROFILE_LIB

However, this will increase consistency among three files:

  1. ./cmake_modules/env.cmake
  2. ./src/api/CMakeLists.txt
  1. ./src/tools/rocprofv2/CMakeLists.txt

Which in turn will enable an externally provided -DAQLPROFILE_LIB= to avoid a build termination.

This NFC will only change the name of an internal variable. `FIND_AQL_PROFILE_LIB` to `AQLPROFILE_LIB`
However, this will increase consistency among three files: `./cmake_modules/env.cmake`
`./src/api/CMakeLists.txt`
`./src/tools/rocprofv2/CMakeLists.txt`
Which in turn will enable an externally provided `-DAQLPROFILE_LIB=` to avoid a build termination.
@mhalk mhalk requested a review from ammarwa May 12, 2023 15:53
@mhalk mhalk added the enhancement New feature or request label May 15, 2023
@jrmadsen
Copy link

jrmadsen commented Aug 3, 2023

Hi @mhalk, I am in the process of reworking out cmake in general for the purposes of consistency and stability

@mhalk
Copy link
Author

mhalk commented Aug 4, 2023

Great, thanks for letting me know.
We had to patch around this, to avoid build failures -- so, generally looking forward!

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

Successfully merging this pull request may close these issues.

2 participants