Skip to content

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.

3 participants